I have a website and consider the situation where users are using it. I push new code on production with new css. Consider the situation where users close their browser and open and come to the same page again, they are still getting old css here. And thus the page does not appear properly.
How can i make sure that new css is loading too. It does not work with chrome, it works with mozilla. When i do ctrl+F5, it works. But users wont refresh the cache right. Even if i close browser and open again, it is old css unless i remove the cache/cookies.
Can someone help me out on this.