ring

manas_marthi 2025-02-09T16:43:58.529419Z

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?

weavejester 2025-02-09T17:08:56.512489Z

Have you set the :dirs option for wrap-reload?

manas_marthi 2025-02-09T17:34:22.422959Z

I didn’t know about that option. I will try

manas_marthi 2025-02-10T01:19:22.187529Z

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.