tambourinecoder / gulp-jst-concat

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

Allow passing compile options #4

Open guru-zoomforth opened 9 years ago

guru-zoomforth commented 9 years ago

We need to be able to use our custom escape sequences, and that was not possible before. this commit maintains the previous interface, while extending it to allow a templateSettings key which gets passed through to _.template