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

Made it call jekyll post_write hook #18

Closed joemarshall closed 7 years ago

joemarshall commented 7 years ago

The current version doesn't support the post_write jekyll hook, fired after post is written to disk, which can break other plugins that rely on this hook.

I put these calls in. The two lines of code are directly from Jekyll, tested on jekyll 3.3.1.

Enjoy.

digitalsparky commented 7 years ago

Thanks for your contribution, merged, will push the gem.