Fork me on GitHub
#boot
<
2018-07-03
>
fabrao00:07:00

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?

zarkone09:07:16

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.