This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-25
Channels
- # aws (1)
- # beginners (6)
- # boot (403)
- # boulder-clojurians (1)
- # clojure (28)
- # clojure-china (1)
- # clojure-ecuador (2)
- # clojure-ukraine (2)
- # clojurescript (27)
- # clojurex (5)
- # core-async (7)
- # cursive (5)
- # datomic (4)
- # hoplon (160)
- # ldnclj (2)
- # ldnproclodo (2)
- # lein-figwheel (2)
- # om (182)
- # onyx (1)
- # re-frame (1)
- # reagent (40)
- # spacemacs (15)
Hello, I have a question about figwheel dev flow. Once I'm done with a feature in figwheel dev mode, I just do a cljsbuild min but nothing is compiled. I have to delete my js file or modify something in my cljs in order to, I guess, have a newer version that can be build. Is this a problem in my setup ?
how do you switch from figwheel "dev mode”? lein clean
should clean your generated files if configured properly, then lein cljsbuild once <dev-target>
should build it again (the same thing figwheel would do). you are supposed to have another production cljsbuild target, so your dev and production builds are different