【发布时间】:2016-06-28 17:51:03
【问题描述】:
我在 vagrantfile 中有这个:
config.vm.synced_folder ".", "/vagrant",
type: "rsync", rsync__auto: true, rsync__exclude: [".git/", "django/"]
+ 我在单独的标签中运行vagrant rsync-auto。
对文件进行更改后,vagrant 大约需要 5 秒才能将其拾取并 rsync。
无论如何要加快速度?我将它用于 webpack/hot-module-reloading。
【问题讨论】: