qfpl / reflex-tutorial

29 stars 11 forks source link

Various browser oddities (with chromium) #5

Open gspia opened 7 years ago

gspia commented 7 years ago

Maybe these are not about the actual topic, but stumbled into a strange thing (strange until someone explains it).

While trying on localhost and port 8080, my chromium browser is using cache all the time for css-file and I don't know, how to refresh it. However, when using port 8000, everything works as expected (the browser gets refreshed when I change the css-file).

And this occurred when trying out the ex00 and css- and text-mods.

BTW, these exercises are absolutely great!

dalaing commented 7 years ago

I can fold that change of port in if it helps, although it'd be great to know what is going on here.

gspia commented 7 years ago

Maybe better to wait for if somebody else sees this one, too? (This occurs only on css-changes. When doing changes to the hs, it works.)