googlearchive / flipjs

A helper library for doing FLIP animations.
https://aerotwist.com/blog/flip-your-animations
Apache License 2.0
1.42k stars 90 forks source link

Non-Minified /dist/ file #10

Open shshaw opened 8 years ago

shshaw commented 8 years ago

I've submitted a simple pull request that helps FLIP be used in module loaders, but Webpack presents this error due to the file being minified.

screen shot 2016-08-19 at 12 27 07 pm

It looks like if you custom build it with isProd set to false, it won't be minified, but that's not a great option for those who'd like to drop it into a project and use it right away.

A flip.js and flip.min.js in the /dist/ dir would be fantastic!

shshaw commented 8 years ago

I'm also noticing a lot of window centric ties for defining Core and FLIP. Better module support would be nice, overall.