Fork me on GitHub
#boot
<
2019-02-06
>
sundbp10:02:19

anyone happen to have a boot task for writing ONLY a resulting (uber)jar file to disk? not all of target/ incl the full class hierarchy etc.

sundbp10:02:02

ah, awesome. i now remember seeing that one. thanks

flyboarder18:02:19

bootstrap master now supports “features” Which are behaviors within boot that are toggled with env-vars, boot properties or cli args

flyboarder18:02:47

A feature is a general abstraction built on Clojure spec

flyboarder18:02:10

It takes a piece of data to be spec’d and a map consisting of keywords which are specs and an error messages to throw when the spec fails.

flyboarder18:02:13

Features are implemented by a multi-spec and be extended anywhere within boot.