Commit ce7aeeda by Vitaly Babiy

Fixing docs, where they say COMPRESS_JS and it should be PIPELINE_JS.

parent 13bb0d1b
...@@ -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