diff --git a/cms/envs/common.py b/cms/envs/common.py index 0bff2b71f5..1c93ff78ea 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -543,7 +543,7 @@ PIPELINE_JS_COMPRESSOR = None STATICFILES_IGNORE_PATTERNS = ( "*.py", - "*.pyc" + "*.pyc", # it would be nice if we could do, for example, "**/*.scss", # but these strings get passed down to the `fnmatch` module, # which doesn't support that. :(