Is it acceptable to include extra URL query parameters in order to avoid caching or enforce the updating of CSS/JS files?
/style.css?v=1
Or would it be preferable to rename the file/directory instead?
/style.1.css
I've heard that this could potentially impact how proxy servers handle the downloading of styles/scripts.