On Sunday, December 30, 2018 at 3:27:21 PM UTC-6, Phill Wolf wrote: > > By the way, is there a deps.edn in the hello2 directory? >
Yes, there is. I was just working on this again I think I figured it out. Two things confused me. Maybe it's working as intended, but it seems these could be bugs. 1. If I update a deps.edn file in the dependency (hello2) to change the :paths there, the classpath is not updated in my project (hello1). I need to run `rm -rf .cpcache` in my project's directory so that it picks up the change. 2. If I don't specify :paths in the dependency's (hello2) deps.edn file, then it will use the :paths is in the main project (hello1). That seems odd to me that the inheritance flows that way. I imagined that by leaving deps.edn black in hello2, hello2 was specifying it's src path to be the default ("src"). Rob -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojurescript+unsubscr...@googlegroups.com. To post to this group, send email to clojurescript@googlegroups.com. Visit this group at https://groups.google.com/group/clojurescript.