Does browser keep css rules locally when testing?

So while editing my site, I noticed that sometimes the CSS would not update when I viewed it in a browser. For example, I would change the font size from 5 to 15 on my hosting company, but it will still display as 5 in the browser, but when I change browsers or add "www". the front of the url will display a value of 15. This has been happening for a while and I cannot find a fix. This happens when I view the CSS in a browser debug window. Can anyone fix this?

+3


source to share


1 answer


Yes, chrome caches your files. You can turn it off (at least when the developer tools are open) by going to the network tab and then checking "Disable cache"



+2


source







All Articles