Fix corrupt vendor/closure-compiler.tar.gz.

Former-commit-id: 118cbaae80df4751552569211cd7b6436fb6b30f
This commit is contained in:
John-David Dalton
2013-04-14 15:36:20 -07:00
parent 07078bdd1f
commit 19cfbf082a
2 changed files with 4 additions and 3 deletions

3
.gitattributes vendored
View File

@@ -1 +1,2 @@
* text eol=lf
* text=auto
*.js text eol=lf

View File

@@ -19,10 +19,10 @@
path = util.path;
/** The Git object ID of `closure-compiler.tar.gz` */
var closureId = '2e26bef0e10fc67f2c8c9f67b8662e3b4455db4f';
var closureId = 'fe7665b9fb2378ffaf9e3985268e20e5c72e35fd';
/** The Git object ID of `uglifyjs.tar.gz` */
var uglifyId = '783d9b732c6c644ef2b5c8b337b0652bf0af27cd';
var uglifyId = '3658629b8c7ae2e686f69eadd788ed792a23f4c6';
/** The path of the directory that is the base of the repository */
var basePath = fs.realpathSync(path.join(__dirname, '..'));