lein-figwheel

nowprovision 2016-09-26T02:19:38.000036Z

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)

2016-09-26T18:49:56.000039Z

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.

2016-09-26T18:50:34.000040Z

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!

kauko 2016-09-26T18:56:33.000041Z

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

2016-09-26T18:57:41.000042Z

yeah exactly. 🙂

2016-09-26T18:58:04.000043Z

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. 😉

2016-09-26T18:58:15.000044Z

but then realized I probably didn’t need it.