gulp-clean-css makes css min file larger than source?
starchild opened this issue · 2 comments
starchild commented
Hi,
I'm trying to add a minifier to the standard v2 gulpfile and the output when using gulp-clean-css is larger than the source.
Have you got a way to get around/fix this?
Is this maybe why it's not included in the default gulp js file with v2?
Thanks a lot.
claudia-romano commented
Hi there, the default gulp file for v2 already minify the css using the outputStyle: 'compressed'
option of the gulp-sass plugin. This is why we do not use gulp-clean-css for v2.
Are you using both the 'compressed' gulp-sass option and gulp-clean-css?
claudia-romano commented
Hi there, I'm closing this issue as no additional info was provided. Feel free to reopen it if you are still experiencing the problem. Cheers!