This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-06-05
Channels
- # admin-announcements (1)
- # beginners (17)
- # boot (5)
- # cljs-dev (50)
- # cljsrn (20)
- # clojars (8)
- # clojure (108)
- # clojure-belgium (1)
- # clojure-brasil (1)
- # clojure-greece (6)
- # clojure-japan (1)
- # clojure-russia (12)
- # clojure-spec (77)
- # clojurescript (19)
- # core-async (2)
- # cursive (4)
- # datomic (12)
- # dirac (6)
- # funcool (3)
- # hoplon (39)
- # lein-figwheel (14)
- # om (12)
- # onyx (3)
- # other-languages (1)
- # protorepl (14)
- # pure-frame (2)
- # re-frame (39)
- # reagent (1)
- # spirituality-ethics (3)
- # yada (7)
So another problem I am having. Using
lein figwheel
my ring back end will reload with code changes.
but lein repl… use sidecar… start-figwheel!
does not
Is there something that lein figwheel
does that is not done when using the repl?@jamesmintram: lein figwheel adds the :source-paths for the cljs-builds to the classpath (the top-level :source-paths)
Hmm, how does that help with rebuilding clj files used in the back end? (In the Ring portion of the project)
rebuilding/reloading the ring handler
Ah OK - thanks!
actually that might not be it because figwheel does that wether its launched from the repl or by leiningen
Yeah - I will play around with that - thanks 🙂
figwheel-sidecar "0.5.4-SNAPSHOT” throwing error:
------- Figwheel Configuration Error -------
The key :compiler is spelled wrong. It should probably be :build-options
:all-builds [{
:compiler { :main "finops-admin.app"
:asset-path "js/out"
:output-to "resources/public/js/main.js"
... }
^ key :compiler is spelled wrong
}]