使用 Grunt 编译后,我的 Handlebars 模板没有名称。这是我的繁重任务......当我 console.log(Handlebars) 时,模板属性的长度保持为 1。我不能通过 Handlebars.template['name'] 调用模板,因为它总是'JST'。
handlebars: {
compile: {
files: {
'inc/js/templates/templates.js': 'inc/js/templates/*.handlebars'
}
}
}