EmberCLI - 文件更改检测停止工作 - 在哪里查看?

时间:2014-11-06 21:13:24

标签: ember.js ember-cli

我使用EmberCLI构建一个ember应用程序,并且蓝色的实时重新加载已停止工作。终端也没有告诉我文件已经改变,因此没有检测到文件更改。我该如何调试这样的东西?可能有什么不对?

2 个答案:

答案 0 :(得分:1)

如果你在Mac上使用sublime作为文本编辑器很可能是这个问题,那么票证中有一些解决方法:

https://github.com/stefanpenner/ember-cli/issues/2226

答案 1 :(得分:1)

我不知道确切的错误是什么,但使用--watcher=polling修复了它。我想这与SaneEMFILE有关。

# Start the application with:

ember serve --watcher=polling

https://github.com/stefanpenner/ember-cli/issues/974