gulp-pipemin
Version:
Streamlined resource transformations configured in html.
13 lines (12 loc) • 321 B
HTML
<!-- build:css style.css -->
<!--[if IE 8]>
<link rel="stylesheet" href="css/clear.css"/>
<link rel="stylesheet" href="css/main.css"/>
<![endif]-->
<!-- endbuild -->
<!-- build:js app.js -->
<!--[if lt IE 9]>
<script src="js/lib.js"></script>
<script src="js/main.js"></script>
<![endif]-->
<!-- endbuild -->