integrant

2022-01-09T15:49:31.001400Z

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.

salam 2022-01-09T20:33:03.006400Z

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