boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
fabrao 2018-07-03T00:52:00.000035Z

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?

fabrao 2018-07-03T01:12:37.000160Z

dir

2018-07-03T09:00:16.000406Z

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.