floatdrop / gulp-watch

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

Watched unexpected filepath #338

Open jmmccasland-hint opened 4 years ago

jmmccasland-hint commented 4 years ago

Running into issues with gulp watch in nested scss files not running an upload task. Added the events object to the watch task with 'error' and 'all' to get better insight. Still coming up short.

Node.js version: v13.2.0 darwin x64 gulp-watch version: 5.0.1 Globs: ["deploy/**/*"] Filepath: /Users/jm--hint/code/hint/change Event: all Process CWD: /Users/jm--hint/code/hint Options:

{
  "events": [
    "all",
    "error"
  ],
  "ignoreInitial": true,
  "readDelay": 10
}