Fork me on GitHub
#integrant
<
2022-01-09
>
pinkfrog15:01:31

Developing with integrant. Is it possible to *AUTO reload the app (or handler) when a source file changes. I could do that with https://github.com/ring-clojure/ring/wiki/Reloading , but dunno how to achieve that when integrant is added.

salam20:01:03

i don't know whether there’s a dedicated library/tool which provides that kind of capability out of the box but you may be able to achieve that by combining a file watcher with https://github.com/weavejester/integrant-repl. i'm an IntelliJ IDEA (with Cursive) user, so we have https://plugins.jetbrains.com/plugin/7177-file-watchers