Apricot icon indicating copy to clipboard operation
Apricot copied to clipboard

Elements within conditional comments are ignored.

Open scottdavis opened this issue 11 years ago • 0 comments

Im trying to rewrite a bunch of asset urls in an html file.

All the script tags that are outside of an IE conditional are fine and are rewritten correctly when I modify the src but, the problem is anything within:

<!--[if lt IE 9]>
      <script src="bower_components/es5-shim/es5-shim.js"></script>
      <script src="bower_components/json3/lib/json3.min.js"></script>
<![endif]-->

isn't returned by find.

scottdavis avatar Nov 20 '13 21:11 scottdavis