gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

We need to manually add gzip-size since maxmin uses 3.0 #259

Closed paladox closed 8 years ago

paladox commented 8 years ago

This fixes an issue where by it fails on nodejs 0.10 because maxmin uses version 3 of gzip-size which droped support for nodejs 0.10 so to work around this we include it manually.

paladox commented 8 years ago

Caused anything that was running on nodejs 0.10 to fail with these error https://travis-ci.org/sindresorhus/maxmin/jobs/116383262