tambourinecoder / gulp-jst-concat

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

Added new exportString option #10

Open gunderson opened 8 years ago

gunderson commented 8 years ago

The exportString option makes it possible to put your compiled JST on to any object within your compiled template file. You can specify any object that is accessible to the file, window.JST or module.exports if you want to use it with browserify.

gunderson commented 8 years ago

Found another spot that needed the options object passed through