smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Allow templates be compiled for dev (verbose) and production (more minifiable) #56

Closed smfoote closed 9 years ago

smfoote commented 9 years ago

This will probably require creating aliases for all of the runtime methods and a mapping between aliases and full method names in the compiler.