Fork me on GitHub
#boot
<
2018-03-15
>
minikomi11:03:16

I wonder, is there some way to wrap a task so I can toggle it on / off from the repl?

minikomi11:03:13

cljs running every time is slowing down my workflow, I only want it to rebuild when I'm working on cljs, otherwise skip it

minikomi11:03:14

usually it's pretty good -- around 1s when nothing has changed -- but sometimes it gets hung up & takes 8-10s

Garrett Hopper14:03:10

Is there a way for a task to modify the environment (set-env! :resource-paths ...) only for the current task, so it can be composed with other tasks that don't expect the different :resource-paths?