lazd / gulp-replace

A string replace plugin for gulp
MIT License
496 stars 88 forks source link

files in Internet Explorer conditional comment #102

Closed feralclaw closed 5 years ago

feralclaw commented 5 years ago

eg:

<!--[if lt IE 9]>
    <script src="/staitc/js/html5shiv.min.js"></script>
    <script src="/staitc/js/respond.min.js"></script>
  <![endif]-->

it doesn't work

feralclaw commented 5 years ago

sorry, it's my fault

lazd commented 5 years ago

I can't imagine a universe where this utility has anything to do with conditional comments in IE.