UNPKG

gulp-htmlprocessor

Version:

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

17 lines (14 loc) 294 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Include js script</title> </head> <body> <script> <!-- build:include script_include.js --> <!-- /build --> </script> </body> </html>