From 728eea3ae1c604f4148783d9ef9497abcb5e57ae Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 29 Apr 2013 08:55:07 -0700 Subject: [PATCH] Use zopfli to compress minifiers. Former-commit-id: 0c68644b7602caf00b02a4977951508aceeb4156 --- build/minify.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/minify.js b/build/minify.js index cccf8a77d..2b8a670ec 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 = 'fe7665b9fb2378ffaf9e3985268e20e5c72e35fd'; + var closureId = '7815712f73ccb21f587bf3fb72a2f50be788515d'; /** The Git object ID of `uglifyjs.tar.gz` */ - var uglifyId = '0673235abdcc2b6cf07d50790fc8335e54ae8ea2'; + var uglifyId = 'fb620e8672ad194b3ab501790e19c40c8ac79286'; /** The path of the directory that is the base of the repository */ var basePath = fs.realpathSync(path.join(__dirname, '..'));