Reloads scripts without restart, loads new scripts too. (a fork version that works perfectly)
https://github.com/vinta/hubot-reload-scripts.git
Reloads scripts without restart. Loads new scripts too. (a fork version that works perfectly)
Fork from the original reload.coffee and @srobroek's code.
In your hubot project repo, run:
`` bash
npm install hubot-reload-scripts --save
%%CODEBLOCK0%% json
[
"hubot-reload-scripts"
]
%%CODEBLOCK1%%
user>> hubot reload
hubot>> Reloaded all scripts
``