Skip to content

Instantly share code, notes, and snippets.

@fabriciofx
Forked from rponte/build.sh
Created April 6, 2014 05:36
Show Gist options
  • Select an option

  • Save fabriciofx/10001893 to your computer and use it in GitHub Desktop.

Select an option

Save fabriciofx/10001893 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