UNPKG

gulp-htmlprocessor

Version:

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

14 lines (11 loc) 295 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Strip Unparsed Comments</title> </head> <body> <p>This paragraph will stay (with the comments removed) since another target was specified</p> </body> </html>