How do I use Jammit with EJS javascript templates?
Has anyone used Jammit with EJS javascript templates? I can't figure out how I should load a new template with jammit. It's causing me caching issues.
Here is how you would normally load a template. Not sure how I would do it using Jammit.开发者_StackOverflow中文版
http://code.google.com/p/embeddedjavascript/wiki/Templates html = new EJS({url: '/template.ejs'}).render(data)
精彩评论