1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
This commit is contained in:
s2
2018-05-05 16:43:53 +02:00
parent 2983f68551
commit 18c26e3efc

View File

@@ -6,3 +6,8 @@ It takes an input html file, parses it, and outputs all included javascript and
```
minifyfromhtml --js=<output js file> --css=<output css file> < <input file>
```
example:
```
minifyfromhtml --js=dist/mywidget.min.js --css=dist/mywidget.min.css < example/index.html
```