Fork me on GitHub
#lein-figwheel
<
2015-10-25
>
jvuillermet10:10:39

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 ?

darwin10:10:54

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