diff --git a/lms/envs/common.py b/lms/envs/common.py index 5e026f2761..dd70c66541 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -289,21 +289,9 @@ PIPELINE_CSS = { 'source_filenames': ['sass/application.scss'], 'output_filename': 'css/application.css', }, - 'marketing': { - 'source_filenames': ['sass/marketing.scss'], - 'output_filename': 'css/marketing.css', - }, - 'marketing-ie': { - 'source_filenames': ['sass/marketing-ie.scss'], - 'output_filename': 'css/marketing-ie.css', - }, - 'print': { - 'source_filenames': ['sass/print.scss'], - 'output_filename': 'css/print.css', - } } -PIPELINE_ALWAYS_RECOMPILE = ['sass/application.scss', 'sass/marketing.scss', 'sass/marketing-ie.scss', 'sass/print.scss'] +PIPELINE_ALWAYS_RECOMPILE = ['sass/application.scss'] PIPELINE_JS = { 'application': {