Commit 8ccc3204 by Timothée Peignier

remove reference to old versioning scheme

parent d238058a
...@@ -13,7 +13,7 @@ To use your javascript templates, just add them to your ``PIPELINE_JS`` group :: ...@@ -13,7 +13,7 @@ To use your javascript templates, just add them to your ``PIPELINE_JS`` group ::
'js/application.js', 'js/application.js',
'js/templates/**/*.jst', 'js/templates/**/*.jst',
), ),
'output_filename': 'js/application.r?.js' 'output_filename': '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