I wrote this library out of the desire to use external javascript templates instead of defining them inline. I wanted to make the response loop on making changes, compiling, and viewing the changes in browser smaller, so jstfuel can reload templates as well compile them client side if need be.
I'd like to get y'alls feedback. Is this something you find useful? For you hardcore javascript hackers I'd like to hear some feedback on the quality of the actual code in the library, where are the funky smells coming from? I want to get stronger with writing clean/sensible javascript.
Let me know what you think. Thanks!