penibelst/jekyll-compress-html

Remove js block comments

alexivkin opened this issue · 1 comments

Right now compress removes only comments between two tags (<!-- ---> by default) . Can that be extended to include more pairs of tags, specifically /* */ so the inline js comments are removed as well?

Out of scope - see #82