purifycss / gulp-purifycss

Removed unused CSS with the gulp build tool
MIT License
336 stars 21 forks source link

Minify option is ignored #21

Closed robin-ntriga closed 7 years ago

robin-ntriga commented 7 years ago

When passing along the option "minify: true" in my Gulpfile purifycss does NOT minify the result. If I manually change the default OPTIONS array in the purifycss.js file the minifaction does work. Passing along the option "output" in the same object seems to work too.

This might be related to the following issue with the Grunt package: https://github.com/purifycss/grunt-purifycss/issues/7

craftedsystems commented 7 years ago

@robin-ntriga see https://github.com/purifycss/gulp-purifycss/pull/19