rerun
rerun copied to clipboard
Not reloading?
I'm running this in a docker container on a project i'm working on.
root@165b57827097:/go/src/github.com/crsmithdev/app-template# rerun github.com/crsmithdev/app-template
2015/05/09 18:07:37 setting up github.com/crsmithdev/app-template []
2015/05/09 18:07:38 [app-template]
starting
However, touch
ing or editing main.go
doesn't produce a reload, it only changes when i ctrl-C and rerun
again.
I'm experiencing the same issue here.
@crsmithdev did you ever find out the source or a fix?
I am observing the same issue.
I had this problem and left for gulp for a while. I've just been refactoring an app and decided to try it again - this time using Docker for Mac and it works fine.
I'm having this problem now, and it reloads properly the first couple of saves, then it stops responding and has to be restarted. Not really usable in its current state.