Fork me on GitHub
#cljs-experience
<
2018-05-12
>
Hukka17:05:59

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 😞

Hukka11:05:58

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