From: Charles Connell Date: Thu, 24 Apr 2014 13:22:36 +0000 (-0400) Subject: Change closure path again X-Git-Tag: release-20150131~125 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=507e7a4025bf3959d3a5d97b5e286825a997484c;p=oweals%2Fkarmaworld.git Change closure path again --- diff --git a/karmaworld/settings/prod.py b/karmaworld/settings/prod.py index 106f7c2..48aa543 100644 --- a/karmaworld/settings/prod.py +++ b/karmaworld/settings/prod.py @@ -161,7 +161,7 @@ COMPRESS_CSS_FILTERS += [ COMPRESS_JS_FILTERS += [ 'compressor.filters.closure.ClosureCompilerFilter', ] -COMPRESS_CLOSURE_COMPILER_BINARY = 'java -jar compiler.jar' +COMPRESS_CLOSURE_COMPILER_BINARY = 'java -jar /usr/bin/compiler.jar' ########## END COMPRESSION CONFIGURATION