rackerlabs / fastfood

DEPRECATED
Apache License 2.0
1 stars 7 forks source link

Fastfood should not try to render files with Jinja unless then end in .jinja2 #101

Open martinb3 opened 9 years ago

martinb3 commented 9 years ago

Fastfood should not try to render files with Jinja unless then end in .jinja2. This would also allow us to remove my exception logic for non-text files, and just copy anything verbatim if it doesn't end in .jinja2.

theborch commented 9 years ago

:+1: