restart/serve tasks
Opened this issue · 0 comments
burn2delete commented
This package should provide both a restart
task and a serve
task.
Restart should be able to terminate a running executable and relaunch it each time the fileset changes. (generalize boot-nodejs serve task)
Serve should be able to start an executable and return output until boot is terminated. (ie. boot-nodejs serve task without restart)