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?
yes, but defined how?
clj -Spath can tell you the compute path, maybe helpful to debug
thanks! was able to experiment much more quickly with that and got it working
i had :resource-paths ["resources"] in the library instead of adding "resources" to :paths