Fork me on GitHub
#boot
<
2017-08-06
>
juhoteperi00:08:13

Yeah I noticed that myself also

cjhowe06:08:13

is there a way to make set-env! only scoped to a single task? like if i wanted to add the cljs test sources to :source-paths, then run the cljs test task, then take those cljs test sources out of :source-paths and add in the clj test sources, then run the clj test task?

ttx12:08:49

What library do you guys use ?

ttx12:08:31

I've tried juxt/aero. But facing some issues. For example, I don't think there is a way to make an '#include' optional. Or am I missing something?

dimovich19:08:27

my project compiles fine in Ubuntu, but silently fails to produce the js file under Windows

dimovich19:08:33

how can I investigate this?

Drew Verlee21:08:12

Is there a way to find out where a boot task is coming from? When i run boot in the parent directory of this project i see a boot task ,but can't find the code for it.

Drew Verlee21:08:27

never mind, i see it in the dependencies now