使用webapp生成器,我創建了一個yeoman項目。我在'templates'目錄下的app文件夾中有一些html模板。運行grunt構建時,我能夠獲得這些文件;但是,我無法更新到'腳本'目錄中js文件中對html模板的引用。是否有可能在js文件上使用usemin任務,或者首先修改js文件使用的html模板是一個壞主意?Yeoman,Grunt以及rev和usemin任務
大樓前: -root -app 的index.html -templates template1.html -scripts script1.js(使用template1.html)
建成後: -root 指數。 HTML -templates 43643.template1.html -scripts 345345.script1.js(不更新裁判template1.html)
我的gruntfile非常基本,只是將目錄添加到rev任務。任何建議,將不勝感激。提前致謝。