Skip to content

Instantly share code, notes, and snippets.

@rponte
Forked from sergiolopes/build.sh
Created October 28, 2013 16:04
Show Gist options
  • Save rponte/7199611 to your computer and use it in GitHub Desktop.
Save rponte/7199611 to your computer and use it in GitHub Desktop.
java -jar war/WEB-INF/lib/htmlcompressor-*.jar \
--type html --recursive --mask '*.jsp;*.html;*.tag;*.htm' \
--compress-css --compress-js --js-compressor closure \
--remove-intertag-spaces --remove-quotes \
--preserve-server-script -p regex.txt \
-o war/ war/ 2> /dev/null
<[a-z]+:[^>]+>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment