Commit 258a2105 by Calen Pennington

Don't ignore .py files in static files dirs

parent fbba883c
...@@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None ...@@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None
STATICFILES_IGNORE_PATTERNS = ( STATICFILES_IGNORE_PATTERNS = (
"sass/*", "sass/*",
"coffee/*", "coffee/*",
"*.py",
"*.pyc"
) )
PIPELINE_YUI_BINARY = 'yui-compressor' 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