boot-refresh
boot-refresh copied to clipboard
A Boot task used to reload Clojure code on the fly while developing.
Results
2
boot-refresh issues
Sort by
recently updated
recently updated
newest added
Basic Idea: Trying to run (boot (refresh)) failed without much information. Expected: > (boot (refresh)) ...error report Actual: "java.lang.IllegalStateException: Can't set!: *e from non-binding thread" Details: I have my doubts...
I am trying to figure out how to get a clojure REPL that gets clojure code reloaded each time a source file changes. I am executing this command on the...