Fork me on GitHub
#boot
<
2018-06-18
>
danm08:06:32

How do you want to glue it all together? I mean, we have a monorepo with lots of individual boot projects in it, but there's not much glue there. A few of the projects are libs, which get built and pushed to our internal artifact repo and then other projects can require them in their dependencies

Dustin Getz16:06:49

I am trying to sift the fileset that the watch builtin task watches. From reading the source of the builtins, I am pretty sure this should be possible but I can't get it to work. Does (sift :include #{#"(.*)_test\.clj[cs]*"} :invert true) come before or after the watch?

Dustin Getz16:06:48

Now I am not so sure due to core/reset-fileset inside the watch task