Fork me on GitHub
#lein-figwheel
<
2016-09-26
>
nowprovision02:09:38

Im using kioo.. Is it possible to get figwheel somehow to reload view.cljs when layout.html changes? (inside view.cljs there is a macro call that compiles the resource layout.html to hiccup)

gerred18:09:56

so I’m just getting into cljs and figwheel - it seems like for the most part, especially doing a reagent app with a single state atom, I don’t need to actually use nrepl/the cljs repl and it gets sorted out really nicely on save.

gerred18:09:34

is this a reasonable assumption? i like just being able to save instead of gnarl my hands sending over an expression, and I haven’t needed it yet!

kauko18:09:33

Not really sure if I understand your question correctly, but my workflow is just saving the file, yes. 😄

gerred18:09:41

yeah exactly. 🙂

gerred18:09:04

I got myself all turned around last night turning on nrepl, figuring out how to hook it all up…and then wondering what to do next. 😉

gerred18:09:15

but then realized I probably didn’t need it.