LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Add support in reload() for customizing watched file extensions. Revision 2. #70

Closed eirikurn closed 13 years ago

eirikurn commented 13 years ago

Here is an implementation of the other syntax.

 cluster(server)
   .use(cluster.reload('lib', { extensions: ['.js', '.coffee'] }))
   .listen(3000);
tj commented 13 years ago

awesome, looks good thanks!

tj commented 13 years ago

merged