Fork me on GitHub
#boot
<
2018-10-12
>
Andy00:10:28

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.?

alandipert15:10:40

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

borkdude15:10:31

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

zalky23:10:55

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?