Fork me on GitHub
#figwheel-main
<
2018-09-02
>
FluffyPuppy12:09:43

After adding an index.html if I want updates of that file to show automatically where do I add it?

FluffyPuppy12:09:51

It looks like watch-dirs is only for source.

FluffyPuppy12:09:01

And there is watch-css but no watch-html

john15:09:54

Yeah, I think you gotta refresh the page for that. People rarely touch the html directly in CLJS

john15:09:21

Well, I guess that's most js dev these days

pesterhazy15:09:59

I also assume it's hard to reliably swap out changes to index.html without completely reloading, so you won't be able retain app state

pesterhazy15:09:51

In SPAs, though, most of the DOM lives in JS/CLJS anyway, right?

FluffyPuppy18:09:46

Okay, I'll just reload manually. Not that hard. x)