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