Fork me on GitHub
#pedestal
<
2017-03-17
>
sineer23:03:41

Hi! I'm having a hard time trying to get a proper pedestal dev setup up and running...

sineer23:03:43

I set my service route to ::server/routes #(route/expand-routes (deref #'service/routes)) and it routes but whenever I reload code I can never get my updated routes to reslove without killing and restarting the server

sineer23:03:47

I don't get it, I run-dev and I'm in the repl redeclaring interceptors and reloading code but nothing changes! It's not just the route even the content of simple interceptor when reloaded do not change untill I kill and restart jetty 😞