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
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?
Now I am not so sure due to core/reset-fileset inside the watch task