acoulon99 / simple-node-api-seed

This is a simple seed Node API project. It features Node, Express, and Mongo along with support from Vagrant and PM2
MIT License
4 stars 0 forks source link

File watcher does not work for adding/deleting files and changes within subdirectories #2

Open acoulon99 opened 9 years ago

acoulon99 commented 9 years ago

Grunt is using the async library to transfer files from the Vagrant shared folder to the home directory within the VM. Right now the watcher only detects file changes within the top level of the directory.

acoulon99 commented 9 years ago

Might be fixed with VirtualBox version 5.. going to confirm