From 19cfbf082a45753900bea97deb6b04c2f99afb92 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 14 Apr 2013 15:36:20 -0700 Subject: [PATCH] Fix corrupt vendor/closure-compiler.tar.gz. Former-commit-id: 118cbaae80df4751552569211cd7b6436fb6b30f --- .gitattributes | 3 ++- build/minify.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index fcadb2cf9..391f0a4e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text eol=lf +* text=auto +*.js text eol=lf diff --git a/build/minify.js b/build/minify.js index 091c4fb0f..31aa937eb 100755 --- a/build/minify.js +++ b/build/minify.js @@ -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, '..'));