Commit 21d5abd8 by Victor Shnayder

Merge pull request #801 from MITx/feature/cale/allow-static-python-files

Don't ignore .py files in static files dirs
parents fbba883c 258a2105
......@@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None
STATICFILES_IGNORE_PATTERNS = (
"sass/*",
"coffee/*",
"*.py",
"*.pyc"
)
PIPELINE_YUI_BINARY = 'yui-compressor'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment