heimrichhannot-contao-components / fastclick
A shim repositoy for fastclick as contao component.
Package info
github.com/heimrichhannot-contao-components/fastclick
Language:JavaScript
Type:contao-component
pkg:composer/heimrichhannot-contao-components/fastclick
1.0.0
2018-08-17 09:01 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-01 13:52:13 UTC
README
A shim repositoy for FastClick as Contao Component.
Install
composer require heimrichhannot-contao-components/fastclick
Config
Add the following to your config (keep keys to prevent double integration):
Contao 4
$GLOBALS['TL_JAVASCRIPT']['fastclick'] = 'assets/fastclick/lib/fastclick.min.js|static';
Contao 3
$GLOBALS['TL_JAVASCRIPT']['fastclick'] = 'assets/components/fastclick/lib/fastclick.min.js|static';
Internal
Update library:
svn export https://github.com/ftlabs/fastclick.git/trunk/lib- minfiy