When I push update js files or code to server , I have to clean the cache each time to see the changes on my web site.
I am using this meta tags on my master page
<meta http-equiv="x-ua-compatible" content="IE=8">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='-1'>
<meta http-equiv='pragma' content='no-cache'>
but still having same issue.
Is there any way to resolve this issue ?