Fork me on GitHub
#luminus
<
2017-03-30
>
neil.clarke12:03:45

hi, was wondering if anyone could help (maybe the issue is with my workflow):

neil.clarke12:03:21

generated a new luminus service (using +service and +swagger to create an API),

neil.clarke12:03:43

I've started the project using "lein run", and connected to the nrepl server

neil.clarke12:03:25

I make changes to the API definition, and reload, but my changes don't reflect in the running project

neil.clarke12:03:51

It should be using the wrap-reload middleware from the dev env

neil.clarke12:03:14

I'm using proto-repl to connect to nrepl and reload, if that helps