Description
This module adds cache buster '?v=' parameters to your custom javascript files. By default, Drupal adds 'version' parameter of your custom JS library to the request string. However, this is not convenient as you need to bump library version every time you make a tiny change.
If you don't do that, users may be served and obsolete version of the JS file (especially if your website uses CDN).