diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 21:05:59 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-11-28 21:05:59 +0100 |
commit | d5c3815c8c8489aa82555702f6ef7b60a5711f82 (patch) | |
tree | cd8ae22b9e1dda9868842cd46b2de70d4d35ef7e /bin | |
parent | bd7df14882b37e0df595c88c0e7e5433baadd1e8 (diff) |
Argggh! Get a version of the closure compiler that is known to work
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jsshrink.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/jsshrink.sh b/bin/jsshrink.sh index 18c200c14..b13d7b2c7 100755 --- a/bin/jsshrink.sh +++ b/bin/jsshrink.sh @@ -2,7 +2,7 @@ JS_DIR=`dirname "$0"`/../program/js JAR_DIR='/tmp' LANG_IN='ECMASCRIPT3' -CLOSURE_COMPILER_URL='http://dl.google.com/closure-compiler/compiler-latest.zip' +CLOSURE_COMPILER_URL='http://dl.google.com/closure-compiler/compiler-20131014.zip' do_shrink() { rm -f "$2" |