UNPKG

usemin

Version:

Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).

15 lines (13 loc) 215 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- build:remove --> <script src="js/foo.js"></script> <script src="js/bar.js"></script> <!-- endbuild --> </body> </html>