I've noticed that when I bundle, as a side effect,...
# general
r
I've noticed that when I bundle, as a side effect, things also get "binary"'d -- meaning both the bundle and the fat jar winds up sitting inside of dist/. Is there a quick and dirty way of making it so that I only wind up spending time in the builds creating the bundles, which I use, and not the binary jars, which I don't?