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

c# SetCompatibleTextRenderingDefault must be called before the first -

How to prevent logback from emitting repeated "Empty watch file list. Disabling" messages -

c++ - Fill runtime data at compile time with templates -