spotify/lingon

Lingon should reload changed lingon.js file

jpettersson opened this issue · 2 comments

In server mode: Allow Lingon to detect when lingon.js has changed and reload the entire environment. Today you have to manually restart lingon, that's not nice.

This is always a possibly tricky feature because the process will fail and exit if you make a (syntax) mistake in the lingon.js file.

Done in the lingon-cli (jpettersson/lingon-cli#6)