Reputation: 979
It's absolutely impossible for me to use Chrome for developing, because it caches javascript and css files. Even when using development mode, hell - even when I do the 'Empty Cache and Hard Reload' - it's still caching and does not reload!
Is there anything I can do to prevent Chrome from caching while using the 'inspect mode'?
Upvotes: 1
Views: 1964
Reputation: 6586
To disable the Chrome cache for development do the following:
Upvotes: 2
Reputation: 5176
I use this add-on: https://chrome.google.com/webstore/detail/cache-killer/jpfbieopdmepaolggioebjmedmclkbap?hl=en
It works great.
Upvotes: 0