Commit 8a523997 by Bridger Maxwell

Added setting for new changes to django-pipeline. Only sass is recompiled each time now.

parent 3f32e5bb
......@@ -285,6 +285,8 @@ PIPELINE_CSS = {
}
}
PIPELINE_ALWAYS_RECOMPILE = ['sass/application.scss', 'sass/marketing.scss', 'sass/marketing-ie.scss', 'sass/print.scss']
PIPELINE_JS = {
'application': {
'source_filenames': [pth.replace(PROJECT_ROOT / 'static/', '') for pth in glob2.glob(PROJECT_ROOT / 'static/coffee/src/**/*.coffee')],
......
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