boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2020-07-23T15:04:52.062400Z

@micha your add-classpath suggestion seems to work out great. thank you, I wouldn't have found it on my own

micha 2020-07-23T16:07:32.062700Z

awesome! it was a shot in the dark 🙂

borkdude 2020-07-23T16:36:13.063500Z

@micha It was probably expected but sift doesn't play well with add-classpath (it doesn't notice files from the added path), so there I use set-env still, but this is OK, it's only for producing the final jar file

borkdude 2020-07-23T16:37:32.064500Z

But now that I removed the watch + reload tasks altogether, maybe set-env is ok again to use. The problem was with reloading resources which caused the file errors on macOS