Watching files for changes on Vagrant, file modification times not updating
We're trying out Vagrant. We have a web application directory on the host shared with the guest via NFS. While developing the website we quickly started to hit issues. We are running gulp-watch to spot changes to stylesheet and javascript files and run tasks, but changes were not being picked up for up to one minute. Also, Laravel was not noticing that blade templates were being changed, and so was not recompiling them and the old view templates were being shown. I eventually boiled down the problem to a very short PHP script to demonstrate the error. <?php header('Content-Type: text/plain');