Releases: KK578/grunt-minify-polymer
Releases · KK578/grunt-minify-polymer
v2.1.0
This plugin should now also support ES6 syntax, though is not tested extensively for new syntax.
Mainly focused on supporting backticks '`'.
Changes:
- Update all dependencies (UglifyJS -> Use harmony branch)
- New test case for backticks
v2.0.4
Fix issues with minifying empty CSS. #3
v2.0.1
Changelog:
Fixes incorrect minification when minifying css selectors involving ':'.
v2.0.0
Improved options for UglifyJS. (Breaking Changes from v1.0.0)
Added minifyPolymerCSS task and improved CSS parser.