当对根目录中的任何 html 文件进行更改时,yeoman 会触发重新加载任务,但是,yeoman 只会对http://localhost:3501/index.html
. 如何让 yeoman 知道我想重新加载http://localhost:3501/bla.html
?
也许一些 Gruntgile.js 配置?
当对根目录中的任何 html 文件进行更改时,yeoman 会触发重新加载任务,但是,yeoman 只会对http://localhost:3501/index.html
. 如何让 yeoman 知道我想重新加载http://localhost:3501/bla.html
?
也许一些 Gruntgile.js 配置?
Yeoman 1.0 可以毫无问题地做到这一点,它很容易安装。这是一个快速指南:
npm install -g yo grunt-cli bower
yo
以确认您安装了正确的版本。依赖项少了很多,它们被移到了每个项目的基础上。
您可以在他们的网站上阅读更多内容http://yeoman.io 确保您阅读了迁移指南。
注意:他们的 wiki 说它不能在 Windows 上运行,现在不再是这种情况了,我运行的是 Windows 7,它就像魅力一样工作。