move yuicompressor to ~/bin and update its path in the wrapper script

This commit is contained in:
Sami Samhuri 2012-03-24 09:52:31 -07:00
parent be82d99ea3
commit 08e966604a
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
java -jar ~/apps/yuicompressor-2.4.7.jar "$1" -o "$2" java -jar ~/bin/yuicompressor-2.4.7.jar "$1" -o "$2"

BIN
yuicompressor-2.4.7.jar Normal file

Binary file not shown.