From 258a21055626f7d8104960f14d74919a3abf7fac Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 2 Oct 2012 11:04:43 -0400 Subject: [PATCH] Don't ignore .py files in static files dirs --- lms/envs/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index d9f8a873d1..d71f654d67 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -585,8 +585,6 @@ PIPELINE_JS_COMPRESSOR = None STATICFILES_IGNORE_PATTERNS = ( "sass/*", "coffee/*", - "*.py", - "*.pyc" ) PIPELINE_YUI_BINARY = 'yui-compressor'