boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
miikka 2018-11-06T09:19:05.046400Z

I'm trying to use boot-tools-deps, but whatever I do, something requires user.clj before the deps get added. Because my user.clj requires some namespaces from the dependencies, this does not work. 😐

miikka 2018-11-06T09:28:40.047100Z

Hmm, okay, if I remove the resource paths from build.boot and have :paths in deps.edn, then it works.

yangjiannan 2018-11-06T16:44:53.048400Z

the version