Skip to content

Commit baa6100

Browse files
committed
point to new compiler location in bootstrap script
1 parent 9517dae commit baa6100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: script/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cd ..
6161
echo "Fetching Google Closure compiler..."
6262
mkdir -p compiler
6363
cd compiler
64-
curl -O -s http://closure-compiler.googlecode.com/files/compiler-latest.zip
64+
curl -O -s http://dl.google.com/closure-compiler/compiler-latest.zip
6565
unzip -qu compiler-latest.zip
6666
echo "Cleaning up Google Closure compiler archive..."
6767
rm compiler-latest.zip

0 commit comments

Comments
 (0)