upgrade yuicompressor
This commit is contained in:
parent
d69e8774ae
commit
d72a75be5f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
if [[ -x /usr/bin/yui-compressor ]]; then
|
||||
exec /usr/bin/yui-compressor "$1" -o "$2"
|
||||
else
|
||||
java -jar ~/apps/yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar "$1" -o "$2"
|
||||
java -jar ~/apps/yuicompressor-2.4.7.jar "$1" -o "$2"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue