scniro/gulp-clean-css

Can't find options to generate a .min file

Closed this issue · 1 comments

Am I way off base here in assuming that gulp-clean-css can generate a .min file like so in my /dist directory:

styles.css
styles.min.css

If this is possible, what would be the gulp settings to achieve this?

did you find a solution @blachawk ? I was just wondering about this myself...

For now, I added gulp-rename to make a copy of 'style.css' called 'style.min.css'