Hi, I am using the lein-ring plugin and code refresh works for selmer templates called with render-file
but if I change an extended template (say the layout), I have to restart the dev server for the changes to take effect. Any idea how to solve this?
The solution is to turn the selmer cache off. (selmer.p/cache-off!)
works like a charm.