mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Healthy competition among fs.watch wrappers appears to have produced a clear winner: https://www.npmjs.com/package/chokidar This wrapper is better for Meteor than pathwatcher was, because it can watch directory trees recursively, and it has no trouble watching nonexistent file paths, whereas pathwatcher would throw an exception.