From 987cbadac3050c63f9eb80061a9e8f0190b83adc Mon Sep 17 00:00:00 2001 From: Max Kreminski Date: Sun, 9 Feb 2014 13:45:21 -0800 Subject: [PATCH] Fix Closure compiler download URL in bootstrap script --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 70f3dc29d..90bc4e58d 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -45,7 +45,7 @@ cd .. echo "Fetching Google Closure compiler..." mkdir -p compiler cd compiler -curl -O -s http://closure-compiler.googlecode.com/files/compiler-latest.zip +curl -O -s http://dl.google.com/closure-compiler/compiler-latest.zip unzip -qu compiler-latest.zip echo "Cleaning up Google Closure compiler archive..." rm compiler-latest.zip