Skip to content

Instantly share code, notes, and snippets.

@kbuckler
Created October 21, 2009 20:04
Show Gist options
  • Save kbuckler/215417 to your computer and use it in GitHub Desktop.
Save kbuckler/215417 to your computer and use it in GitHub Desktop.
find core/j -name *.js | xargs -n1 -I filename java -jar yuicompressor-2.4.2.jar -v --line-break 0 filename -o filename-min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment