This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Yeah I noticed that myself also
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?
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?
my project compiles fine in Ubuntu, but silently fails to produce the js file under Windows
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.
never mind, i see it in the dependencies now