Fork me on GitHub
#pedestal
<
2017-11-11
>
eduardo morango03:11:26

Hello guys, can anyone help me, I'm trying to setup a auto reload(like nodemon) for pedestal, I'm following this article http://pedestal.io/guides/developing-at-the-repl but when I reload my route the auto reload doesn't work.

souenzzo21:11:04

@edvmorango try to make your "routes" a function ::http/routes my-routes => ::http/routes #(my-routes)