tambourinecoder / gulp-jst-concat

Compile underscore / lodash view templates to a single JST file
MIT License
11 stars 11 forks source link

folder namespace #2

Open yairEO opened 10 years ago

yairEO commented 10 years ago

If I have files in folder foo, so I would really like them to be added like so JST['foo']['filename'] and so on, so the folder is actually an object and not a part of the name itself. Is there a way of doing so? thanks!