kaiqigong / gulp-cdnify

A gulp plugin that converts local URLs to CDN ones.
17 stars 9 forks source link

Does not cdnify links in comments #13

Open andrewkdouglas opened 9 years ago

andrewkdouglas commented 9 years ago

I have script tags within IE conditional comments which are not being cdnified thus:

<!--[if lt IE 9]>
<script src="scripts/polyfills-2796740d48.js"></script>
<style>
    .ng-hide {
        display: none !important;
    }
</style>
<![endif]-->

is not converted.

JPeer264 commented 7 years ago

Can somebody review this. If the pull request in soup get merged, it would be possible to add this functionality here in gulp-cdnify