UNPKG

gulp-htmlprocessor

Version:

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

16 lines (12 loc) 306 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Recursive process included files</title> <link rel="stylesheet" href="styles.min.css"> <script src="script.min.js"></script> </head> <body> </body> </html>