Skip to content

Releases: KK578/grunt-minify-polymer

v2.1.0

12 Mar 00:45
Compare
Choose a tag to compare

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

2.1.0

12 Mar 00:42
Compare
Choose a tag to compare

See above.

v2.0.4

03 Oct 10:07
Compare
Choose a tag to compare

Fix issues with minifying empty CSS. #3

v2.0.1

20 Aug 17:09
Compare
Choose a tag to compare

Changelog:

Fixes incorrect minification when minifying css selectors involving ':'.

v2.0.0

03 Jul 16:11
Compare
Choose a tag to compare

Improved options for UglifyJS. (Breaking Changes from v1.0.0)
Added minifyPolymerCSS task and improved CSS parser.

v1.0.0

02 Jul 13:58
Compare
Choose a tag to compare

Initial Release