boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
danm 2018-06-18T08:53:32.000110Z

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

2018-06-18T16:23:49.000457Z

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?

2018-06-18T16:37:48.000491Z

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