tdewolff / minify

Go minifiers for web formats

Home Page:https://go.tacodewolff.nl/minify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments beginning with # are not removed

jtatum opened this issue · comments

Minify removes this comment: <!-- #test-->

but does not remove this comment: <!--#test-->

Yes, this was to accomodate for keeping SSI tags. I've renamed the KeepConditionalComments to KeepSpecialComments, and I've put the SSI tags under it. By default it will now strip SSI comments.