Closed brianloveswords closed 12 years ago
It'd be nice to watch json files as well for configuration updates, so I added that.
json
The filename parameter coming back from fs.watch isn't supported on all platforms. Might as well use file from the forEach loop since we have it.
filename
fs.watch
file
forEach
It'd be nice to watch
json
files as well for configuration updates, so I added that.The
filename
parameter coming back fromfs.watch
isn't supported on all platforms. Might as well usefile
from theforEach
loop since we have it.