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

Have reload() filter out non-js files #30

Closed tj closed 13 years ago

tj commented 13 years ago

currently cluster (by default) writes to some files in the script's directory, causing a cyclic restart. Template engines + css etc already can be modified on the fly so we should only really watch for *.js files

tj commented 13 years ago

Changed; reload() filtering out non-js files. Closed by d73de2fe92ff4273ba343b81a12f756b9e5314d6