Commit a1f0f12d by Andy Armstrong Committed by Kevin Falcone

Allow .html files in the static pipeline

TNL-3296
parent 2b24d3df
......@@ -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