Using Ring / Jetty with Clojure, when I make any changes to my code, I need to reload the entire JVM.
Is there a way to keep Jetty asynchronous with changes in my code, so I can just refresh my browser window and change it immediately?
In particular, I use Hiccup for HTML Parsing, and that basically changes the layout I am doing.
This would be a great time if layout changes were automatically compiled and available in the browser upon update.
Does anyone have any info on this? Are there any solutions?
source
share