ember-cli - ember-cli 使用nodewatcher/watchman 做什么?

标签 ember-cli watchman

我正在尝试找到 ember-cli 使用 watchman/nodewatcher 的具体用途的基本答案,但遇到了一些麻烦。我觉得我有点愚蠢,但如果有人能解释一下,我将不胜感激。

最佳答案

守望者

On OSX and UNIX-like operating systems, we recommend installing Watchman version 3.x, which provides Ember CLI a more effective way for watching project changes.

File-watching on OSX is error-prone and Node’s built-in NodeWatcher has trouble observing large trees. Watchman on the other hand, solves these problems and performs well on extremely massive file trees. You can read more about Facebook’s motivations here.

Ember CLI User Guide中了解有关Watchman的更多信息

Watchman 允许您获取有关项目文件更改的信息并运行项目重建(以及之后可选择重新加载页面)

关于ember-cli - ember-cli 使用nodewatcher/watchman 做什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37911555/

相关文章:

ember.js - Ember-cli ProxyPass

jquery - 如何从 @ember/jquery 导入 jQuery

ios - 无法读取 null React Native iOS 的属性 'root'

ubuntu - ember cli 在 ubuntu 上找不到守望者,只有 mac 的解决方案不适用于 ubuntu

python - 使用 Watchman 的 watch-make 时,我想访问已更改文件的名称

javascript - Ember-cli:没有 Handlebars 的新项目

javascript - 从 ember.js 中的 Controller 访问模型

ember.js - 需要数据文件的 EmberJS 测试

hhvm - Nuclide IDE 和使用 Watchman 进行远程服务器设置

reactjs - 我需要在react-native项目中保留.watchmanconfig文件吗