With the following folder structure
├── package.json
└─┬ lib/
└── index.js
When modifying lib/index.js, nothing happens in sshync.
When modifying package.json, both files are synced.
Since both files are synced when I modify index.js I assume it is fs.watch that doesn't catch the recursive files (although it is set to do so in the latest version?)
Using version 1.1.1 and tested with node v0.10.46, v4.4.7, and v6.3.0
With the following folder structure
When modifying
lib/index.js, nothing happens in sshync.When modifying
package.json, both files are synced.Since both files are synced when I modify
index.jsI assume it isfs.watchthat doesn't catch the recursive files (although it is set to do so in the latest version?)Using version 1.1.1 and tested with node v0.10.46, v4.4.7, and v6.3.0