Is there a reason that the `bundle` target can't s...
# general
c
Is there a reason that the
bundle
target can't scoop up files from a parent directory? I have some shared config files in a
config
directory at the root of the repo, and this seems to mean I can't define
jvm_app
targets at lower levels and scoop up those files when I run the
bundle
goal. Did I miss something?