Remove metadata from tar.gz files.

Former-commit-id: 2cd702d72e9f2ff441fc7f8c8e22bef3f2784cbe
This commit is contained in:
John-David Dalton
2013-01-15 21:14:48 -08:00
parent 21a90f8f8f
commit 25efa29470

View File

@@ -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, '..'));