Hello all, I´m trying to use boot-http to serve clojurescript
and clojure ring
with compojure, but I don´t know where it compiles the .js
to use with index.hml. Is that possible to use clojure ring compojure
handler with boot-http?
dir
Hi! trying to understad how to change file in boot fileset. So I have some file in resources and want to change it during build phase. Now I see only one option: open & read the file, change contents, rm
old file from file set and add new file with the same name.