我刚刚使用Yeoman和骨干生成器生成了一些骨干应用程序。
yo backbone --template-framework=handlebars
用一些测试模板制作testView。 在grunt构建之后,如果我从dist目录启动应用程序,它可以完美运行。 但是当我尝试使用grunt服务器以“dev”模式查看我的应用时,它会给我一个错误:
"GET http://localhost:9000/scripts/templates.js 404 (Not Found)"
应该这样吗?如果没有,我应该寻找的问题是什么? ATM谷歌只引导我类似的问题。 每次运行构建都非常耗时。
更新
Grunt发送错误:
Warning: Unable to delete ".tmp" file (ENOTEMPTY, directory not empty...