This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-21
Channels
- # admin-announcements (42)
- # alda (1)
- # beginners (11)
- # boot (24)
- # boulder-clojurians (2)
- # cider (10)
- # cljs-dev (23)
- # clojure (63)
- # clojure-czech (4)
- # clojure-japan (2)
- # clojure-russia (44)
- # clojure-sg (2)
- # clojure-switzerland (2)
- # clojurescript (135)
- # community-development (5)
- # css (4)
- # cursive (19)
- # datomic (34)
- # emacs (2)
- # events (5)
- # funcool (13)
- # hoplon (3)
- # ldnclj (43)
- # ldnproclodo (1)
- # lein-figwheel (7)
- # luminus (7)
- # off-topic (54)
- # om (115)
- # onyx (82)
- # overtone (3)
- # re-frame (6)
- # reagent (15)
- # yada (5)
@yogthos: Hello, regarding the issue https://github.com/luminus-framework/luminus-template/issues/130 I want to debug the template. Could you give me some help, as I never created an leiningen template.
@danielgrosse: you probably want to start here: https://github.com/technomancy/leiningen/blob/master/doc/TEMPLATES.md
I read this. But It doesn’t explain, how to debug the template with a REPL. In the case of luminous the dependecy for leiningen.new isn’t set in the project.clj but used in some namespaces. I don’t know how to resolve them. As it works in the compiled version.
Oh, I never even tried that. I would just create a new project and look at the output.
@danielgrosse: unfortunately I haven't found an easy way either
When I start a repl in the projectfolder of the template, and go into the namespace, I get an error for the missing leiningen.new dependecy