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

This commit is contained in:
Bridger Maxwell
2012-06-07 16:49:51 -04:00
parent 3f32e5bb3c
commit 8a523997b1

View File

@@ -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')],