(css) Minify CSS using clean-css

https://github.com/jakubpawlowicz/clean-css
https://github.com/gruntjs/grunt-contrib-cssmin

Fixes #3714
This commit is contained in:
Francis Lachapelle
2016-06-22 11:24:07 -04:00
parent d8dc443fa9
commit cd3e7426cc
3 changed files with 22 additions and 25 deletions
+1
View File
@@ -11,6 +11,7 @@
"grunt-contrib-jshint": ">=0.11.2",
"grunt-contrib-uglify": ">=0.9",
"grunt-contrib-watch": ">=0.5.3",
"grunt-contrib-cssmin": ">=1.0.0",
"grunt-ng-annotate": ">=0.10.0",
"grunt-postcss": ">=0.6.0",
"grunt-sass": ">=0.18.1",