ducksoupdev / gulp-site-generator

A static site generator using Gulp
183 stars 29 forks source link

uncss returns an empty css file #23

Closed ringods closed 7 years ago

ringods commented 8 years ago

sass to css conversion works fine, but running uncss results in an empty css file. There are a lot of CSS classifiers which are used in my HTML files, so these should remain in the final css file.

ducksoupdev commented 8 years ago

I have a branch with a change to the uncss task that checks for an optional config in ./site.json to specify selectors to leave untouched. I should be able to merge shortly.

ducksoupdev commented 7 years ago

Apologies for the delay, things have been busy! I have merged the uncss ignore change to v0.1.29