AoikLiveReload
AoikLiveReload copied to clipboard
Detect module file changes and reload the program.
I needed the ability to handle events on restart, such as terminating child processes cleanly. This is a quick implementation of that. This can be significantly improved, please comment and...
When running the app in intellij debug mode, it fails to hot reload For sanic, here's the console output. ``` 2017-10-29 22:19:41 - (sanic)[INFO]: Goin' Fast @ http://0.0.0.0:8000 2017-10-29 22:19:41...
using : find . -name '*.py' | xargs 2to3 -w