Last active
November 27, 2015 05:00
-
-
Save fire/6c4f116eac719692dfd5 to your computer and use it in GitHub Desktop.
how to minify stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install inliner -g | |
# IGNORE # grep -nr SEARCH_TERM . | |
inliner -vnm menu.html > final-menu.html | |
npm install html-minifier -g | |
html-minifier --minify-js --minify-css --minify-urls final-menu.html -o m.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment