From 7a200d8ef9417717fc1bd6532570f4272577d62b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 27 Apr 2011 23:54:04 -0400 Subject: [PATCH] Roll Closure r235:886. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 1c3f8e4..636320c 100755 --- a/build.py +++ b/build.py @@ -22,7 +22,7 @@ PROD_PATH = os.path.join(ROOT, 'out') FE_PATH = os.path.join(ROOT, 'web_frontend') CLOSURE_SVN = 'http://closure-library.googlecode.com/svn/trunk/' -CLOSURE_REV = '235' +CLOSURE_REV = '886' CLOSURE_DEST = os.path.join(ROOT, 'closure') CLOSURE_COMPILER = os.path.join(ROOT, 'closure-compiler.jar') CLOSURE_CALCDEPS = os.path.join(CLOSURE_DEST, 'closure', 'bin', 'calcdeps.py') -- 2.22.5