Skip to content

sync not triggered in filechanges in subdirectories #23

@MiniGod

Description

@MiniGod

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions