I'm having some issues with a project of mine I'm doing. Things work smooth on my local machine during development and it works flawless on the test server we got at the company.
The problem Is, when I upload the site to our live server and the result is totally different then from the test server. The main issue is with .js (javascript) files. Im having some thoughts and i think that the server some how keeps a cache, can that be possible?
My problem becomes with javascript files that changes does not take the changes. so that would be great if there was a way of clearing the cache on server level.