Google chrome css doesn't update unless clear cache

caching, css, google-chrome

Solution

- Open `DevTools`

- Open `Settings` (bottom right or use `F1` shortcut)

- Check `Disable cache (while DevTools is open)`

https://developers.google.com/chrome-developer-tools/docs/settings#general

Problem

I'm trying to work in my local server but I have to clear my cache every time if I want to see changes on the css rules. There is any way to control Google Chrome cache?

Original source

Related problems