When I have bug in javascript file I fix it and deploy. But to have updated file in browser I should press Ctrl+F5.
It is not an issue for me, but it is difficult to say to user to update files.
How to make user browser to update javascript file from server without special actions?
One of the approaches is to add to path to js file revision of file - every time file path will be different. But this is not convenient.