Hi I created an app using luminous template. The files under env/dev/clj are not reloading even though I have wrap-reload added to handler.. project repl is started with project/dev profile. project.clj has the env folder added to the sources under the project/dev profile. I am forced to restart the JVM to get them hot reloaded. is there anything else needed?
Have you set the :dirs option for wrap-reload?
I didn’t know about that option. I will try
code from env/dev is reloading fine now. thank you.
I also added wrap-refresh to make the selmer template reload. It all looks good now.