v0.0.7
README Changes
- [Enhancement] Updated minified script size statistics based on new minification method
Bug fixes
- [Fix] UglifyJS was mangling the
.min.jsversion of the file, so much so that it straight up wouldn't work in some browsers/environments. Stripped out the uglification and for now have gone with a "simple" minification method (via Google's Closure Compiler)