This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-09-27
Channels
- # beginners (34)
- # boot (15)
- # cider (7)
- # cljs-dev (7)
- # cljsjs (2)
- # cljsrn (46)
- # clojure (130)
- # clojure-argentina (1)
- # clojure-colombia (2)
- # clojure-greece (1)
- # clojure-italy (53)
- # clojure-losangeles (1)
- # clojure-russia (15)
- # clojure-spec (8)
- # clojure-uk (100)
- # clojurescript (117)
- # core-matrix (1)
- # cursive (24)
- # datomic (41)
- # duct (1)
- # emacs (11)
- # fulcro (22)
- # graphql (4)
- # hoplon (3)
- # jobs (1)
- # lein-figwheel (3)
- # luminus (18)
- # lumo (52)
- # off-topic (57)
- # pedestal (2)
- # planck (12)
- # re-frame (22)
- # remote-jobs (1)
- # ring-swagger (6)
- # rum (7)
- # shadow-cljs (13)
- # yada (19)
yes I can @danielcompton
any tips on using boot with IntelliJ/Cursive? I found a script to output the lein project.clj for IntelliJ use but it doesn't seem to be working. So looking for a better option.
@thaddeus.aid is the project.clj appearing at all?
@dominicm not at all.
@thaddeus.aid So, I haven't done this myself, but I believe you have to run boot in a separate terminal at least once to generate that project.clj
I think the idea is that you have boot running in a terminal, e.g. boot thing.lein/generate dev
ahh cool
Thanks mate, I really appreciate the help
@thaddeus.aid yep that's correct, I have this at the bottom of my build.boot file:
(require 'boot.lein)
(boot.lein/generate)
with this dep [onetom/boot-lein-generate "0.1.3" :scope "test"]
thanks!
@danielcompton that worked, thanks again