move yuicompressor to ~/bin and update its path in the wrapper script
This commit is contained in:
parent
be82d99ea3
commit
08e966604a
2 changed files with 1 additions and 1 deletions
|
|
@ -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
BIN
yuicompressor-2.4.7.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue