Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit e379e92

Browse files
committed
Merge pull request #7 from succhiello/feature/fixArchiveURL
fix compiler's latest archive URL.
2 parents 7d3caaf + 263df88 commit e379e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var ClosureCompiler = require(__dirname+"/../ClosureCompiler.js"),
3131
console.log("Configuring ClosureCompiler.js "+pkg.version+" ...\n");
3232

3333
// Closure Compiler download url
34-
var ccUrl = "http://closure-compiler.googlecode.com/files/compiler-latest.tar.gz";
34+
var ccUrl = "http://dl.google.com/closure-compiler/compiler-latest.tar.gz";
3535

3636
// Temporary file for the download
3737
var ccTempFile = path.normalize(path.join(__dirname, "..", "compiler", "compiler.tar.gz"));

0 commit comments

Comments
 (0)