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)
ok... It seems you can click on the cog at the right bottom of dev-tools panel and disable caching...