From 25efa294708e3bf7aefbb6fdb8f05754d0817bf5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 15 Jan 2013 21:14:48 -0800 Subject: [PATCH] Remove metadata from tar.gz files. Former-commit-id: 2cd702d72e9f2ff441fc7f8c8e22bef3f2784cbe --- build/minify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/minify.js b/build/minify.js index fbd749412..f53762946 100755 --- a/build/minify.js +++ b/build/minify.js @@ -15,10 +15,10 @@ postprocess = require('./post-compile.js'); /** The Git object ID of `closure-compiler.tar.gz` */ - var closureId = 'a2787b470c577cee2404d186c562dd9835f779f5'; + var closureId = 'd29ccc8d738f4c46621e8982bbf1bef7cf0ebd9a'; /** The Git object ID of `uglifyjs.tar.gz` */ - var uglifyId = '505f1be36ef60fd25a992a522f116d5179ab317f'; + var uglifyId = '71532e2f79b681f2940ea78d43778b43c805c084'; /** The path of the directory that is the base of the repository */ var basePath = fs.realpathSync(path.join(__dirname, '..'));