This is probably a dumb question, but I'm worried :
- I have published a website on a server, then made some changes to a css file.
- As the css file was already cached by my browser, it didn't display the changes.
- deleting the cash allowed to display the changes.
Now my worry is that if some users have previously been to the website, and it is cached by their browser, if I make a change they wouldn't be able to see it.
How do you guys prevent this ? Do you just change the file names ?
Sorry for my noobness, Thanks.