Is there a possibilty of caching when a css file is added like this:-
<link rel='stylesheet' type='text/css' href='rstyle_sheet.css'>
as changes done in that file are not getting reflected immediately.
If Yes, Any way to counter that..?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, add a timestamp after the css file name, like this:
And update the timestamp each time you change the file. Lots of frameworks like ruby on rails etc do this for you