I'm using a Windows 8.1 guest as a .Net development machine on my Yosemite host with Parallels 10.
I've set up the tool "gulp" which is a JavaScript task runner typically used for building web assets such as CSS and JavaScript. There is a "watch" command that fires tasks when target files are changed. My problem is that when "watching" files on the mounted Mac share (Y: drive) changes are CONSTANTLY being detected even when nothing has been changed. I suspect there is something wrong with the file change event publishing between Parallels and Windows.
Is anyone aware of a solution that doesn't just involve moving the files to the Windows drive (C). I like to keep all my projects on the Mac side. Is this a bug in Parallels that can be fixed?
I've set up the tool "gulp" which is a JavaScript task runner typically used for building web assets such as CSS and JavaScript. There is a "watch" command that fires tasks when target files are changed. My problem is that when "watching" files on the mounted Mac share (Y: drive) changes are CONSTANTLY being detected even when nothing has been changed. I suspect there is something wrong with the file change event publishing between Parallels and Windows.
Is anyone aware of a solution that doesn't just involve moving the files to the Windows drive (C). I like to keep all my projects on the Mac side. Is this a bug in Parallels that can be fixed?