floatdrop / gulp-watch

Watch, that actually is an endless stream
MIT License
642 stars 99 forks source link

Watched unexpected filepath #307

Closed richiecolada closed 6 years ago

richiecolada commented 6 years ago

Node.js version: v8.11.1 darwin x64 gulp-watch version: 5.0.0 Globs: ["**/*.ts","**/*.tsx","!node_modules/**/*.*","typings/**/*.d.ts"] Filepath: /Users/richardwolf/Documents/GitHub/Components/node_modules/@babel/generator/node_modules/.bin/jsesc Event: change Process CWD: /Users/richardwolf/Documents/GitHub/Components Options:

{
  "events": [
    "add",
    "change",
    "unlink"
  ],
  "ignoreInitial": true,
  "readDelay": 10
}