vagrant-notify-forwarder icon indicating copy to clipboard operation
vagrant-notify-forwarder copied to clipboard

A file system event forwarding plugin for Vagrant

Results 17 vagrant-notify-forwarder issues
Sort by recently updated
recently updated
newest added

For example: Host path is "/var/www/project name/source code", then Host watch is not working when start "vagrant up"

This PR adds a new option on a per synced folder basis, `disable_notify_forwarder`, allowing a user to enable vagrant-notify-forwarder overall, but exclude some directories. We have used VNF to enable...

It seems quite unreliable. I can get this to work sometimes with inotify but after a few events it stops. I also tried watchman from Facebook which uses inotify but...

When running `rsync` with the option `--times` in order to preserve modification times, this plugin override the modification time of the file when the notification is done. I don't know...

The plugin now stops and starts the notify watch process(es) on the host when running `vagrant provision`. I'm implementing this because a SIGINT sent to a running vagrant process kills...