codeskyblue / fswatch

Watch file change, and trigger commands. (Cross platform)
Apache License 2.0
345 stars 61 forks source link

Vagrant #3

Closed drewwells closed 9 years ago

drewwells commented 9 years ago

I'm using NFS with vagrant to build a project. Modifying files on the host doesn't get picked up inside the guest. Is there any support for these type of events?

drewwells commented 9 years ago

It appears this is not possible, and most libraries implement this functionality via polling.

jephir commented 9 years ago

fswatch will work if you use RSync Synced Folders in Vagrant.