Don't barf on templates that use the autoescaping extension

This commit is contained in:
Christopher Allan Webber 2011-12-01 15:21:15 -06:00
parent 19e2668b77
commit 813be2938a

View File

@ -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]