From 8a523997b11d3e86bcc3d07ee2b7e58c81b9e370 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 7 Jun 2012 16:49:51 -0400 Subject: [PATCH] Added setting for new changes to django-pipeline. Only sass is recompiled each time now. --- lms/envs/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index e4c0604aa9..5cd7052f12 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -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')],