mudcube / Event.js

:hand: Multi-touch, gestures, and other events—click, dblclick, dbltap, tap, longpress, drag, swipe, pinch, rotate, shake. For pointer events, each listener can handle anywhere from 1 to 12 fingers at a time, or more, depending on the device. Includes MetaKey tracking (CMD, CTRL) to support native key-commands in various platforms.
MIT License
368 stars 68 forks source link

Gruntfile - should it build Event.js and not the minimised version? #15

Closed stodge closed 9 years ago

stodge commented 9 years ago

Forgive me if I don't know what I'm talking about, because I probably don't. Using Gulp, the grunt file (from what I understand) builds Event.min.js. Could or should the gruntfile build Event.js instead, so that the developer can choose to minimise the file using a pipe? I apologise if this makes no sense. Thanks

mudcube commented 9 years ago

Hi Stodge, the Gruntfile builds both Event.js and Event.min.js. To use with gulp you'll need to write your own packager—copy the file sources under the concat section in the Gruntfile which you'd like to include in your gulp packager.