Merge pull request #801 from MITx/feature/cale/allow-static-python-files
Don't ignore .py files in static files dirs
This commit is contained in:
@@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None
|
||||
STATICFILES_IGNORE_PATTERNS = (
|
||||
"sass/*",
|
||||
"coffee/*",
|
||||
"*.py",
|
||||
"*.pyc"
|
||||
)
|
||||
|
||||
PIPELINE_YUI_BINARY = 'yui-compressor'
|
||||
|
||||
Reference in New Issue
Block a user