Skip to content

Commit

Permalink
Better mirror for yuicompressor; upgrade to 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Apr 5, 2017
1 parent d957dcf commit 9793488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/deploy/yuicompressor
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

ulimit -v 3000000

VERSION=2.4.7
VERSION=2.4.8
DIR=`$CBROOT/bin/cbconfig work_path`/yuicompressor
JAR=$DIR/yuicompressor-$VERSION.jar
if [ ! -e $JAR ]; then
mkdir -p $DIR
curl -q -o $JAR.tmp http://mirrors.solfo.com/yuicompressor/yuicompressor-$VERSION/build/yuicompressor-$VERSION.jar && \
curl -q -o $JAR.tmp http://mirrors.develooper.com/yuicompressor/yuicompressor-$VERSION.jar && \
mv $JAR.tmp $JAR
fi

Expand Down

0 comments on commit 9793488

Please sign in to comment.