Commit 9d015a89 by Timothée Peignier

Merge pull request #77 from vbabiy/pipeline_js_doc_fix

Fixing docs, where they say COMPRESS_JS and it should be PIPELINE_JS.
parents 13bb0d1b ce7aeeda
...@@ -5,9 +5,9 @@ Javascript Templates ...@@ -5,9 +5,9 @@ Javascript Templates
==================== ====================
Pipeline allows you to use javascript templates along with your javascript views. Pipeline allows you to use javascript templates along with your javascript views.
To use your javascript templates, just add them to your ``COMPRESS_JS`` group :: To use your javascript templates, just add them to your ``PIPELINE_JS`` group ::
COMPRESS_JS = { PIPELINE_JS = {
'application': { 'application': {
'source_filenames': ( 'source_filenames': (
'js/application.js', 'js/application.js',
......
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