Livereload and Chrome. Force hard reload
Asked Answered
P

2

7

I've started using LiveReload with its Chrome extension and that's greatly improved my workflow. But one thing I noticed: sometimes Chrome still keeps loading cached version where my recent changes aren't reflected.

How can I force it to always dump the cache and do 'hard reload'?

App runs on Visual Studio Web Development Server (I don't know if that matters)

Pruett answered 16/5, 2013 at 18:30 Comment(0)
P
5

ok... It seems you can click on the cog at the right bottom of dev-tools panel and disable caching...

Pruett answered 16/5, 2013 at 20:49 Comment(0)
F
1

This helped me with development chrome dns cache .

Also for testing purpose try to preview page in chrome incognito (ctrl + shift +n )

Other method would be to access inspector chrome tool and in the Application tab click on 'Clear site data'

Flange answered 14/11, 2016 at 9:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.