Fork me on GitHub
#boot
<
2016-06-27
>
gowder05:06:53

Out of curiosity, has anyone done any experimenting with compiling to multiple different targets from a single build.boot? I'm writing a chrome extension in clojurescript and thinking of trying to streamline the build process for the three different JS files I'm generating, wondering if anyone else has done this.

martinklepsch09:06:48

@gowder do you usually build all of them continuously? You can have multiple .cljs.edn files which will result in multiple builds. Where the files end up is determined by the cljs edn file

martinklepsch10:06:49

@juhoteperi: any objections against a next boot-reload release?

martinklepsch10:06:12

K, I'll push 0.4.11 then

gowder16:06:37

Thanks @martinklepsch ---heh, that makes more sense than composing some crazy build task, which was what I was planning :-)

bridget21:06:34

Hey micha! I'm starting a project with boot. 🙂

micha21:06:53

well hopefully 🙂

bridget21:06:20

I have high hopes