This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-02
Channels
- # beginners (72)
- # boot (68)
- # cider (51)
- # clara (20)
- # cljs-dev (44)
- # cljsrn (7)
- # clojure (168)
- # clojure-brasil (1)
- # clojure-dev (48)
- # clojure-greece (2)
- # clojure-nl (29)
- # clojure-russia (4)
- # clojure-spec (19)
- # clojure-uk (28)
- # clojurescript (2)
- # cursive (9)
- # datascript (1)
- # datomic (105)
- # dirac (1)
- # docker (2)
- # duct (11)
- # emacs (19)
- # events (1)
- # figwheel (1)
- # fulcro (23)
- # garden (4)
- # graphql (5)
- # hoplon (46)
- # jobs (5)
- # juxt (13)
- # leiningen (6)
- # lumo (12)
- # off-topic (29)
- # parinfer (5)
- # re-frame (7)
- # reagent (6)
- # ring (2)
- # sql (5)
- # yada (6)
Hi all. we're migrating to use Duct ... we wanted to a similar dev experience in our previous projects, so hot code reloading for cljs and css with figwheel would be nice
i have managed to configure figwheel.server module and the cljs hot reloading is working when using (reset)
i already define :css-dirs
vector and i was reading the documentation on figwheel sidecar
https://github.com/bhauman/lein-figwheel/tree/master/sidecar#adding-the-css-watcher-component
https://github.com/duct-framework/server.figwheel/blob/0.2.1/src/duct/server/figwheel.clj#L99-L109
Glad you got it working, @iperdomo!