Skip to content

Commit

Permalink
Fix corrupt vendor/closure-compiler.tar.gz.
Browse files Browse the repository at this point in the history
Former-commit-id: 118cbaae80df4751552569211cd7b6436fb6b30f
  • Loading branch information
jdalton committed Apr 14, 2013
1 parent 07078bd commit 19cfbf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text eol=lf
* text=auto
*.js text eol=lf
4 changes: 2 additions & 2 deletions build/minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, '..'));
Expand Down

0 comments on commit 19cfbf0

Please sign in to comment.