Skip to content

Please support IE conditional comments #117

@Dan503

Description

@Dan503
<!--[if lt IE 9]><script src="ie8-scripts.js"></script><![endif]-->

converts into

//if lt IE 9
    script(src='ie8-scripts.js')

which converts into

<!--if lt IE 9script(src='ie8-scripts.js')-->

I think it just needs to literally output the html as is if it detects <!--[if and then ends the literal output when it finds <![endif]-->

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions