Commit 7ee03f33 by Kevin Falcone

Merge pull request #9799 from edx/hotfix-2015-09-16b

Allow .html files in the static pipeline
parents 2b24d3df a1f0f12d
......@@ -557,7 +557,6 @@ PIPELINE_JS_COMPRESSOR = None
STATICFILES_IGNORE_PATTERNS = (
"*.py",
"*.pyc",
"*.html",
# It would be nice if we could do, for example, "**/*.scss",
# but these strings get passed down to the `fnmatch` module,
......
......@@ -1622,7 +1622,6 @@ if os.path.isdir(DATA_DIR):
STATICFILES_IGNORE_PATTERNS = (
"*.py",
"*.pyc",
"*.html",
# It would be nice if we could do, for example, "**/*.scss",
# but these strings get passed down to the `fnmatch` module,
......
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