Richtext CSS cache
# help-with-umbraco
s
Can someone please help me figure out how to clear Richtext CSS cache to see changed styles? Umbraco cache really annoys me, and i dont see why richtext css should even be cached at all.
e
In development mode it should be around ~10 seconds. So if you’re having trouble there, it might be the browser. Anyway, true
ctrl
+
F5
. Disclaimer: I assume it’s the browser and you’re in development mode.
s
I am im production editing the CSS on a live site
Which should be possible when the css is editable in the backoffice?
I have done a hard refresh several times with CMD+Shift+R (ctrl+f5 for mac) I have also tried disabling caching in the network tab.
However these are not solutions, i cannot ask actual CMS users to clear their cache. So far i have been forced to rename CSS file every time i update it and choose it again from the richtext datatype to get it to update.
s
Sounds like a bug then, it should follow the cachebusting scheme of the rest of the backoffice. What you do in frontend is up to you though 🙂
6 Views