I have an application running on hostgator. When I make changes to the js files my users don\'t see the changes until they clear their cache. Is this the only option to pu
You can't clear the cache of your client's browsers but you can use cache busting techniques such as adding versioning to your files
And then when you make a change
It can be a timestamp or whatever, just needs to be different.