Refresh Style Sheet
-
marek-stepanek last edited by
Hello all!
My developer Browser is Opera. He is smart and fast. Only problem I have:
What is the Shortcut to refresh the style-sheet? I don't want to remove all Browsing Data, each time changing my Style-Sheet.
Also the trick to add in your headers something like:
<link rel="stylesheet" href="../style/blog.css?d=2345" type="text/css" media="Screen" />
is not acceptable for me.
Thank you for your help and best wishes for the still New Year 2017
marek
-
marek-stepanek last edited by
Sorry I forgot to add the trick, to avoid, that Opera caches the style sheet:
<link rel="stylesheet" href="../style/blog.css_?d=1234_" type="text/css" media="Screen" />
-
marek-stepanek last edited by
ooops! Once again:
[link rel="stylesheet" href="../style/blog.css_?d=1234_" type="text/css" media="Screen" /]
Hope this time is working
-
premonitiondesign last edited by
Here's a work-around: Open the stylesheet directly in another tab. Refresh this tab, then refresh the tab with the page.
Opera REALLY ought to have a better way to deal with refreshing content, but that's all I've got for now. Otherwise it persistently caches the stylesheet and I can't see the results of my edits.
I'd be very interested to hear any better options for a force / hard refresh of css and images.
-
marek-stepanek last edited by
Thank you premonitiondesign!
Great! This is a workaround. A bit cumbersome but working.