stomt / gulp-modular

Boilerplate gulp tasks for quick project setup.
MIT License
10 stars 0 forks source link

...would add css-nano #57

Open philippzentner opened 8 years ago

philippzentner commented 8 years ago

A CSS minifier would be great (they do a lot more than removing whitespace). Current recommendation would be https://github.com/ben-eb/gulp-cssnano which does a bunch of optimisations: http://cssnano.co/optimisations/

But here is a comprehensive CSS minifying benchmark: https://goalsmashers.github.io/css-minification-benchmark/

"clean-css" also looks pretty good.