grunt-contrib-handlebars没有编译嵌套路径

时间:2014-01-07 21:56:09

标签: gruntjs handlebars.js

我正在尝试使用grunt-contrib-handlebars来编译嵌套路径,并且不会选择子目录中的模板./js/templates/foo/bar.tpl被忽略。

handlebars: {
    compile: {
        options: {
            namespace: false
        },
        files: {
            "<%= tplOutFileMain %>" : ["js/templates/**/*.tpl"]
        }
    }
},

0 个答案:

没有答案