gulp-htmlprocessor
Version:
Process html files at build time to modify them depending on the release environment
18 lines (16 loc) • 395 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Conditional IE statement</title>
<!--[if lte IE 8]>
<script src="ie8script.js"></script>
<!-- build:css ie8.min.css -->
<link rel="stylesheet" href="ie8.css">
<!-- /build -->
<![endif]-->
</head>
<body>
</body>
</html>