How to force Browser to load fresh copy of CSS/JS files ? i am debugging with web application which have use cache module , when i do some change in CSS or JS , It Always load cached version of it so i always need to go back end each time and remove cache and try again to load my change. so it is very time consuming to debug with cached application so is there any hack i can do which help me to debug with cached application so it load my changes on CSS and JS ? How can I force Browser to refresh JavaScript/ CSS files?

Read more