purifycss / gulp-purifycss

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

How to pass options? #12

Closed corysimmons closed 8 years ago

corysimmons commented 9 years ago

Please add to README

corysimmons commented 9 years ago

Specifically I'd like to be able to log the rejected rules.

iskrisis commented 9 years ago

Have you figured it out? when i do

.pipe(purify(['./index.html'],{ info: true, rejected: true})

info is loging but rejected option doesnt seem to log anything (even though i know its removing stuff because i compared the files myself)