Commit 36297a28 by Andy Kish

Fix incorrect PIPELINE_JS_COMPRESSOR Closure setting.

parent d4d648c9
......@@ -93,9 +93,7 @@ to compress javascripts.
To use it add this to your ``PIPELINE_JS_COMPRESSOR`` ::
PIPELINE_JS_COMPRESSOR = (
'pipeline.compressors.closure.ClosureCompressor',
)
PIPELINE_JS_COMPRESSOR = 'pipeline.compressors.closure.ClosureCompressor'
``PIPELINE_CLOSURE_BINARY``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment