There is a known issue with the Ruby Listen module that Sass uses to watch files. The issue stems from Listen’s ability to monitor remote mounted file systems, in this case, Vagrant on a Windows host machine. To remedy the issue you can use the Sass –poll option with Sass. This is what the documentation […]