New to vagrant and have my linux hosts working correctly for my team. Having issues with a couple of Windows 7 hosts for a Linux guest.
Specifically, I'm running Vagrant 1.7.1 on Windows 7 Pro host with a Debian guest machine.
Vagrant up works fine. Have git installed with Unix options enabled and "checkout as-is, commit as-is" enabled. Able to view web app locally on Windows host machine no problem.
As soon as any edit in a js file is made on the host machine (using either Notepad++ or Sublime Text, both set to UTF8 and UNIX line endings) a javascript error throws in the web console: SyntaxError Illegal character. The code hasn't been copied and pasted, I don't see any characters in the editor when I"m showing all symbols and I don't see anything in a git diff of the file.
Any one seen this before and know what to do or where else to look to get it running?