benbarnett / jquery-animate-enhanced

Extend $.animate() to detect CSS transitions for Webkit, Mozilla, IE>=10 and Opera and convert animations automatically.
http://playground.benbarnett.net/jquery-animate-enhanced/
MIT License
1.39k stars 196 forks source link

reference to not minified version of main file #158

Closed benkroeger closed 9 years ago

benkroeger commented 9 years ago

If this package is used within a build process (e.g. yo web app), referencing minified versions of packages will cause errors during build

This topic has been discussed multiple times... and making this change actually helped me to optimise my web application.

https://groups.google.com/forum/#!msg/twitter-bower/P8TbooJPacs/Qxy40Gcp2o0J

bower/bower#368

and even been adopted in packages like bootstrap:

twbs/bootstrap#9493

benbarnett commented 9 years ago

Makes a lot of sense - thanks

benkroeger commented 9 years ago

great, thanks!