css - Can I make a file always load from server? -


this question has answer here:

in website have changed css of page , these changes not reflecting instantly when open page in browser. showing old css styles because browser has saved copy of css file , not reflecting new changes.

the new changes loading in page when load page pressing (ctrl+f5) changes have done reflected in page. can make css file loaded server , changes done page can reflect on page.

try adding head tag

<meta http-equiv="expires" content="0"> 

Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

iOS: Performance of reloading UIImage(name:...) -

javascript - Parallax scrolling and fixed footer code causing width issues -