I often need to edit my scripts (js) and styles (css) in my web app, but they are getting cached so the website does not reflect the changes. Even deleting each time the browser cache does not fix the problem. I have to change the filename (for js or css) every time in order to get the changes displayed, but this is really annoying.
I am sure I am missing some point here. Could you pls suggest?
Thanks