gruntjs / grunt-contrib-jst

Compile underscore templates to JST file.
http://gruntjs.com/
MIT License
113 stars 45 forks source link

add individual file outputs option #58

Open jameyquinn opened 9 years ago

jameyquinn commented 9 years ago

To handle lots of different templates in conjunction with code associated with that template, it would be convenient to have jst output one template per file. I would take that file and concat it with the other associated js to come to a finished product, one js per "partner"