LearnBoost / up

Zero-downtime reloads and requests load balancer based on distribute.
540 stars 73 forks source link

Add support for watching json changes and use `file` instead of `filename` #28

Closed brianloveswords closed 12 years ago

brianloveswords commented 12 years ago

It'd be nice to watch json files as well for configuration updates, so I added that.

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.