Commit e62f09e2 by Timothée Peignier

Merge branch 'master' of github.com:cyberdelia/django-pipeline

parents 637b09a6 9d015a89
......@@ -5,9 +5,9 @@ Javascript Templates
====================
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': {
'source_filenames': (
'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