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

Exclude more than html files #1

Closed dylanPowers closed 9 years ago

dylanPowers commented 9 years ago

This patch is simpler than it looks. I've added a check in the StaticFile class for if the file should be excluded. Originally, only html files were being checked.

digitalsparky commented 9 years ago

Thanks :) - Merged