Subject: | Preserve conditional comments for IE |
As distasteful as it is, we have code which uses conditional comments
for IE to load in extra CSS and JS files to work with that browser.
Currently, HTML::Packer removes those.
While we can pack without removing comments, we'd like it if conditional
comments could be recognized and packed, instead of being discarded.
Sample syntax:
<!--[if IE 7]>
<link href="^/(root/import/gallery-templates/admin_ie7.css);"
rel="stylesheet" type="text/css" />
<![endif]-->