twolfson / sublime-plugin-tests

Testing framework for Sublime Text plugins
The Unlicense
22 stars 2 forks source link

Inspect alternative templating options #3

Closed twolfson closed 10 years ago

twolfson commented 11 years ago

jinja2 is great to hit the ground running but it makes the files unlintable. We should look for another template engine which allows for linting.

Ideally, we would have something akin to brfs for browserify which inlines static assets but I didn't find anything on a quick search.

twolfson commented 10 years ago

I have chosen to remove templating from the framework for now. It is great but it is overextending our reach.