We are currently developing a website. And every time we edit "user.js" file and to see our updates we need to hard refresh the page which will cause a longer loading time because it will load all the JS, CSS and IMG again from the server. It took more than five seconds of waiting.
I can't totally disable caching so the pages will much faster 1-3 seconds.
My goal now is to know how to disable cache on specific file or files so the rest of the CSS,JS, and IMG files stays cached.
This will give us effeciency in coding.