Commit f60b4fdd by Chris

replaced closure with uglify typo

parent 3b0f6e76
...@@ -132,8 +132,8 @@ To use it add this to your ``PIPELINE_JS_COMPRESSOR`` :: ...@@ -132,8 +132,8 @@ To use it add this to your ``PIPELINE_JS_COMPRESSOR`` ::
``PIPELINE_UGLIFYJS_BINARY`` ``PIPELINE_UGLIFYJS_BINARY``
---------------------------- ----------------------------
Command line to execute for the Closure Compiler program. Command line to execute for the UglifyJS program.
You will most likely change this to the location of closure on your system. You will most likely change this to the location of uglifyjs on your system.
Defaults to ``'/usr/bin/env uglifyjs'``. Defaults to ``'/usr/bin/env uglifyjs'``.
......
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