I\'ve recently returned to a web site project that has been on the backburner. Since recommencing work I\'ve noticed css and javascript changes aren\'t being recognised by
The server may be sending headers to the browser that cause it to keep using cached copies. The simple way to test this is to empty your browser cache.
If that fixes it, you need to study the HTTP headers you get from the server. The developer tools (a.k.a. F12 tools) in your browser of choice will expose the headers returned by the server. Then decide if you want to keep using these caching settings (good for speed) or change them (good for development).
And how do you adjust these headers, you ask? It depends on the server. Here is a link to the instructions for common servers: