tarbell-project / tarbell

A Flask-based static site authoring tool.
https://tarbell.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
165 stars 32 forks source link

TEMPLATE_TYPES should be a list for backwards compatibility #429

Closed eyeseast closed 8 years ago

eyeseast commented 8 years ago

I switched the tarbell.app.TEMPLATE_TYPES variable here from a list to a tuple in #408. I didn't realize that blueprints in the wild were monkey patching that variable as a workaround to enable custom template types.

Whatever the merits of that approach, I don't want to break existing blueprints if it's avoidable (and even if the news org that built that blueprint is gone 😢).