UNPKG

gulp-minify-inline

Version:

Gulp plugin to uglify inline JS and minify inline CSS

20 lines (19 loc) 314 B
<!DOCTYPE html> <html lang="en"> <head> <style do-not-minify="true"> /*! CSSComment */ body { background-color: #cccccc; } </style> <script type="text/x-handlebars-template"> <% something that isn't JavaScript %> <div> {{Something else that isn't JavaScript}} </div> </script> </head> <body> </body> </html>