Seems like lein-cljsbuild wants to always go check something from extra repositories listed in project.clj. Any hints what does this, I didn't see any explicit IO in lein-cljsbuild itself. This prevents me from running any builds offline , even if I have all the deps already 😞
Argh. Now one of those repositories is down, and I can't built anything anywhere, even though I have the artifacts. If I remove the problematic repo from project.clj, I get "Could not find artifact"s. lein compile works fine (and the cljs side doesn't even need these deps...)