cljs-experience

https://docs.google.com/document/d/1vom_MUTmQjsmjeQgw60ChGO9NDD9AvoIwJPPzrf8FKM/edit#heading=h.657ovwb1zxit
Hukka 2018-05-12T17:10:59.000063Z

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 😞

Hukka 2018-05-13T11:27:58.000045Z

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...)