UNPKG

gulp-htmlprocessor

Version:

Process html files at build time to modify them depending on the release environment

16 lines (14 loc) 340 B
<!doctype 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> <link rel="stylesheet" href="ie8.min.css"> <![endif]--> </head> <body> </body> </html>