-2

I have changed css/js file appended to my index page. When I refresh the index page, changes don't show in the browser. And when I inspect the page, I see old version of my css/js file.

Marin Takanov
  • 1,079
  • 3
  • 19
  • 36
MO30 Qari
  • 67
  • 1
  • 2
  • 10
  • Clear cache, make sure you are in the right page (sometimes if you have project on some production server, you can mix localhost with that). – Mike B Aug 25 '16 at 06:55

1 Answers1

1

You need to clear cache memory or refresh using Ctrl+Shift+R or Ctrl+F5 for Win and Cmd+Shift+R for Mac

Blue
  • 22,608
  • 7
  • 62
  • 92