我正在尝试使用grunt-contrib-handlebars
来编译嵌套路径,并且不会选择子目录中的模板./js/templates/foo/bar.tpl
被忽略。
handlebars: {
compile: {
options: {
namespace: false
},
files: {
"<%= tplOutFileMain %>" : ["js/templates/**/*.tpl"]
}
}
},