使用Grunt編譯後,我的Handlebars模板不會獲取名稱。 這是我的咕task任務...當我console.log(Handlebars),模板屬性的長度保持爲1.我不能通過Handlebars.template ['name']調用模板,因爲它總是'JST' 。Handlebars預編譯模板未獲取Grunt.js的名稱
handlebars: {
compile: {
files: {
'inc/js/templates/templates.js': 'inc/js/templates/*.handlebars'
}
}
}
做u得到任何解決方案??/ – Shubh
沒有,我也不建議用咕嚕車把。我目前使用Jade和AngularJS。 – jvakuiler