A shim repositoy for fastclick as contao component.

Installs: 285

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Language:JavaScript

Type:contao-component

1.0.0 2018-08-17 09:01 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:17:52 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