Fork me on GitHub
#tools-deps
<
2024-06-03
>
bbloom03:06:07

If I'm using a localdir/ dependency, is that supposed to respect the resources paths specified in the dependency's own deps.edn file? as far as i can tell, it doesn't. am i holding it wrong?

Alex Miller (Clojure team)03:06:05

clj -Spath can tell you the compute path, maybe helpful to debug

bbloom03:06:13

thanks! was able to experiment much more quickly with that and got it working

👍 1
bbloom03:06:44

i had :resource-paths ["resources"] in the library instead of adding "resources" to :paths