deanhume / html-minifier

A simple command line tool to minify your HTML, Razor views & Web Forms views
http://deanhume.github.io/html-minifier/
MIT License
134 stars 86 forks source link

IE Comments Removed #4

Closed AshleyMedway closed 10 years ago

AshleyMedway commented 10 years ago

It seems deliberate as you have a test case for this, but why are the IE html comments removed?

<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->

I'm happy for comments like <!-- This is a line of HTML --> to be removed.

However removing the IE conditions isn't just minifiying the HTML its modifying it.