Skip to content

Commit

Permalink
Merge pull request #373 from basarat/patch-1
Browse files Browse the repository at this point in the history
📝 improve ignoreInitial docs
  • Loading branch information
paulmillr committed Oct 19, 2015
2 parents 946ae86 + 1ca9379 commit 8a0b194
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ gets called twice per path - once with a single argument (the path), second
time with two arguments (the path and the
[`fs.Stats`](http://nodejs.org/api/fs.html#fs_class_fs_stats)
object of that path).
* `ignoreInitial` (default: `false`). Indicates whether or not chokidar
should emit `add`/`addDir` events for the matching paths it finds while
instantiating the watching (before the `ready` event).
* `ignoreInitial` (default: `false`). If set to `false` then `add`/`addDir` events are also emitted for matching paths while
instantiating the watching as chokidar discovers these file paths (before the `ready` event).
* `followSymlinks` (default: `true`). When `false`, only the
symlinks themselves will be watched for changes instead of following
the link references and bubbling events through the link's path.
Expand Down

0 comments on commit 8a0b194

Please sign in to comment.