floatdrop/gulp-watch

Watched unexpected filepath

Closed this issue · 2 comments

gulp-watch version: 4.3.9
Globs: ["**/*","!**/@sprites.png"]
Filepath: /Users/myname/Developes/work/app/src/img/@2x/@sprites.png
Event: change
Process CWD: /Users/myname/Developes/work/app
Options:

{
  "events": [
    "add",
    "change",
    "unlink"
  ],
  "ignoreInitial": true,
  "readDelay": 10,
  "cwd": "src/img/@2x"
}

hmm, I'll look at micromatch and make sure we have sufficient coverage for @. I don't think that's it but it's worth a look anyway...

what os / file system are you using?