Fork me on GitHub
#figwheel-main
<
2019-01-08
>
dnolen23:01:29

@bhauman hrm I guess an alternative would be if there's a way to tell Figwheel on the Clojure side to reload if I detect a specific change?

dnolen23:01:40

now that I think about it doing this clientside seems a bit roundabout

dnolen23:01:39

oh but hrm - maybe this isn't a good idea

dnolen23:01:07

anyways - I'm just using Figwheel in a simpler setup where I'm building a static website - no React - just HTML template

dnolen23:01:28

and was thinking about a simple way to trigger a reload only if the HTML files actually change

kwladyka09:01:33

I think there are plugins for web browser which watch dir / files and reload page then. It can be easy alternative.