Bring closure compiler into repo
authorCharles Connell <charles@connells.org>
Wed, 14 May 2014 19:49:32 +0000 (15:49 -0400)
committerCharles Connell <charles@connells.org>
Wed, 14 May 2014 19:49:32 +0000 (15:49 -0400)
extern/compiler.jar [new file with mode: 0755]
karmaworld/settings/prod.py

diff --git a/extern/compiler.jar b/extern/compiler.jar
new file mode 100755 (executable)
index 0000000..67aa45a
Binary files /dev/null and b/extern/compiler.jar differ
index b4de1c6302bc7c991ed5691fe3a4d34f7d01f140..178c76f4eaea2cd003f54c22d98a00daedba4b1e 100644 (file)
@@ -158,7 +158,7 @@ COMPRESS_DATA_URI_MAX_SIZE = 5120
 COMPRESS_JS_FILTERS += [
     'compressor.filters.closure.ClosureCompilerFilter',
 ]
-COMPRESS_CLOSURE_COMPILER_BINARY = 'java -jar /usr/bin/compiler.jar'
+COMPRESS_CLOSURE_COMPILER_BINARY = 'java -jar extern/compiler.jar'
 
 # Links generated by compress are valid for about ten years
 AWS_QUERYSTRING_EXPIRE = 60 * 60 * 24 * 365 * 10