floatdrop/gulp-watch

Watched unexpected filepath

darkhorse-coder opened this issue · 1 comments

Node.js version: v7.8.0 win32 x64gulp-watch version: 4.3.11Globs: [source/icons/**/**/*.svg,source/icons/template/template.less]Filepath: C:\xampp\htdocs\dev-climatools\source\icons\template.lessEvent: addProcess CWD: C:\xampp\htdocs\dev-climatoolsOptions:js{ events: [ add, change, unlink ], ignoreInitial: true, readDelay: 10}

Deleted manifest.json (which should not be watched at all) and got this error as well.

Node.js version: v10.8.0 darwin x64gulp-watch version: 5.0.1Globs: ["src//!(.sass|.scss|.css|.pug|.html|.js)","src/lib//*"]Filepath: /Users/kasper/dev/2018/taskler/src/manifest.jsonEvent: unlinkProcess CWD: /Users/kasper/dev/2018/tasklerOptions:js{ "events": [ "add", "change", "unlink" ], "ignoreInitial": true, "readDelay": 10, "base": "src", "read": false}