bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

CSS Reloading on every clients #269

Closed lyderichti59 closed 3 years ago

lyderichti59 commented 3 years ago

Hi,

I have noticed that when I launch Figwheel in REPL mode, and connect several clients to it, CSS reloading works for : -> the only client on which the focus is (if :broadcast is set to false) -> every clients (if :broadcast is set to true)

Thus, if I want to do CSS reloading for everyone, I must enable broadcasting but I am then targetting every clients with the REPL.

Is it the desired behaviour ?

I just thought that maybe there should be another broadcast flag for css reloading, or at least a documented section on this, with workarounds for example.

bhauman commented 3 years ago

This is a good point. I made it broadcast CSS changes.

I'm deploying this to 0.2.13-SNAPSHOT