Skip to content

Instantly share code, notes, and snippets.

@diniremix
Created June 5, 2012 00:06
Show Gist options
  • Save diniremix/2871614 to your computer and use it in GitHub Desktop.
Save diniremix/2871614 to your computer and use it in GitHub Desktop.
simple script to run yui compressor in linux
#!/bin/bash
java $JVM_ARGS -jar /usr/local/bin/yuicompressor-2.4.7.jar "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment