Skip to content

Instantly share code, notes, and snippets.

@fire
Last active November 27, 2015 05:00
Show Gist options
  • Save fire/6c4f116eac719692dfd5 to your computer and use it in GitHub Desktop.
Save fire/6c4f116eac719692dfd5 to your computer and use it in GitHub Desktop.
how to minify stuff
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