Fork me on GitHub
#pedestal
<
2017-05-11
>
sineer12:05:10

@souenzzo You want to (deref #'your-routes-var) in case your-routes-var changes at runtime otherwise pedestal won't pickup the changes untill you restart the http server.

souenzzo12:05:00

I want hot reload (w/o restart) but I can't get it.

mtnygard13:05:23

@souenzzo This doesn’t solve the problem, but I’ve seen the question come up a few times. Added https://github.com/pedestal/pedestal-docs/issues/71 to make sure we document it.