Page 1 of 1
Refreshing page while working on css
Posted: Sun Feb 02, 2014 5:55 pm
by hallsofvallhalla
What is the trick to being able to refresh the page and it reload all css sheets? I do not want to clear cache every time.
I can use incognito mode in chrome but that also does not use sessions.
Re: Refreshing page while working on css
Posted: Sun Feb 02, 2014 7:32 pm
by vitinho444
... My F5 works just fine :O When i edit it on notepad++, i F5 the browser and the css reloads...
Re: Refreshing page while working on css
Posted: Sun Feb 02, 2014 7:39 pm
by a_bertrand
You may try SHIFT-F5
Re: Refreshing page while working on css
Posted: Sun Feb 02, 2014 8:37 pm
by Jackolantern
Why wouldn't you want to clear the cache every time? That is the only sure-fire way to do it.
Re: Refreshing page while working on css
Posted: Sun Feb 02, 2014 10:04 pm
by hallsofvallhalla
is there a fast way of doing it that I do not realize?
Re: Refreshing page while working on css
Posted: Sun Feb 02, 2014 10:10 pm
by Jackolantern
hallsofvallhalla wrote:is there a fast way of doing it that I do not realize?
Either Control + F5 or Shift + F5, depending on browser and platform

Re: Refreshing page while working on css
Posted: Mon Feb 03, 2014 6:07 am
by a_bertrand
Or of course send an header "expires: now" or equivalent while serving the CSS.
Re: Refreshing page while working on css
Posted: Mon Feb 03, 2014 7:10 pm
by hallsofvallhalla
ah see I was trying that and it wasn't working. It was because I am in a Macrapbook and i had to use all my fingers just to make it work.

Re: Refreshing page while working on css
Posted: Mon Feb 03, 2014 8:48 pm
by vitinho444
PC FTW!!
Re: Refreshing page while working on css
Posted: Mon Feb 03, 2014 8:56 pm
by Xaleph
Hmm on Mac it`s usually the command key + R. So cmd + R should do the trick.