Open gunderson opened 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.
exportString
window.JST
module.exports
Found another spot that needed the options object passed through
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
ormodule.exports
if you want to use it with browserify.