UNPKG

usemin

Version:

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

16 lines (13 loc) 244 B
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!-- build:css css/main.css --> <link rel="stylesheet" href="css/foo.css"> <link rel="stylesheet" href="css/bar.css"> <!-- endbuild --> </head> <body> </body> </html>