boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
2018-10-12T00:11:28.000100Z

Is it possible to build a jar and refer to amazing defclifn in it. I have a few tools which I need to distribute as jars now.?

2018-10-12T15:09:40.000100Z

@happy.lisper it is, you can make a library

borkdude 2018-10-12T15:11:31.000100Z

Anyone tried cider 0.15 with boot 2.8.2? a lot of warnings

2018-10-12T23:31:55.000100Z

Hi all: in boot, is there an easy to add a folder as resources to the classpath, but don't just dump everything in at root? If want to add a dist/ folder, but I want to preserve the dist/ folder, do I have to move things to dist/dist first and then move?