projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45515d
)
Change closure path
author
Charles Connell
<charles@connells.org>
Thu, 24 Apr 2014 12:51:14 +0000
(08:51 -0400)
committer
Charles Connell
<charles@connells.org>
Thu, 24 Apr 2014 12:51:14 +0000
(08:51 -0400)
karmaworld/settings/prod.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/prod.py
b/karmaworld/settings/prod.py
index 26e251e6c8c0d8d1823645d513f3e865b5e67d25..106f7c23cb3aea491bc1ac3d98d4182c51c5cc30 100644
(file)
--- 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 = '
closure
'
+COMPRESS_CLOSURE_COMPILER_BINARY = '
java -jar compiler.jar
'
########## END COMPRESSION CONFIGURATION