digitalsparky / jekyll-minifier

Jekyll HTML/XML/CSS/JS Minifier utilising yui-compressor, and htmlcompressor
GNU General Public License v3.0
245 stars 25 forks source link

remove comments #9

Closed deadbaed closed 8 years ago

deadbaed commented 8 years ago

is there a way to remove comments in html/css?

mohamnag commented 8 years ago

this plugin is the best fit I found for minification yet it fails at this single point!

digitalsparky commented 8 years ago

The only comments that should be remaining are those marked as important in CSS/HTML, such as those identifying conditionals, and legal comments marked as important.

That said, I'll look into the plugin dependencies to see if any of the directives have changed from what they used to be, and correct them.

I can see one comment in one've my own css files that should've been removed but hasn't.

digitalsparky commented 8 years ago

This is a duplicate of #4, so continuing on there.

deadbaed commented 8 years ago

Alright, thanks for your help :)

digitalsparky commented 8 years ago

FYI, new version pushed should resolve these issues.