Don't barf on templates that use the autoescaping extension
This commit is contained in:
@@ -4,9 +4,12 @@
|
||||
[jinja2: mediagoblin/templates/**.html]
|
||||
# Extract jinja templates (html)
|
||||
encoding = utf-8
|
||||
extensions = jinja2.ext.autoescape
|
||||
|
||||
[jinja2: mediagoblin/templates/**.txt]
|
||||
# Extract jinja templates (text)
|
||||
encoding = utf-8
|
||||
extensions = jinja2.ext.autoescape
|
||||
|
||||
# # Extraction from JavaScript files
|
||||
# [javascript: mediagoblin/static/js/**.js]
|
||||
|
||||
Reference in New Issue
Block a user