heimrichhannot-contao-components/fastclick
A shim repositoy for fastclick as contao component.
Maintainers
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT aa00c929eb4634421c5f18c5a5c52f447d5ae830
- Heimrich & Hannot <digitales.woop@heimrich-hannot.de>
This package is not auto-updated.
Last update: 2026-06-21 15:20:07 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
