This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-12-28
Channels
- # announcements (6)
- # beginners (89)
- # boot (1)
- # calva (1)
- # cider (24)
- # cljsrn (19)
- # clojars (2)
- # clojure (102)
- # clojure-europe (2)
- # clojure-italy (9)
- # clojure-nl (1)
- # clojure-spec (6)
- # clojure-uk (56)
- # clojurescript (29)
- # code-reviews (14)
- # cursive (5)
- # data-science (1)
- # datomic (44)
- # duct (1)
- # emacs (10)
- # figwheel-main (5)
- # fulcro (8)
- # graphql (10)
- # hoplon (1)
- # leiningen (7)
- # overtone (17)
- # pathom (8)
- # re-frame (13)
- # slack-help (3)
- # spacemacs (22)
- # sql (2)
- # vim (3)
hmm what does that indicate. is it some weird circular dependency or version clash or something?
ok. i somehow had :resource-paths and it somehow contained “target” … UGH. copied it in accidentally from some other file.
@kah0ona sorry, just saw your response, but yeah, I was thinking you had something circular on some path traversals
yeah so :resource-paths ["target" "resources"]
was the problem. I had that (by accident) put that on my top level in my project.clj
. It compiles fine then, but then wants to pack all the resources and it ends up in a loop. Might be something leiningen coudl check for but probably not worth it 🙂
➕ 4