I use gulp-inject to add files to load to index.html. To force browser to reload js-scripts, I want to add a query string to the filename that is injected into index.html.
I suspect this is possible with gulp-inject's transform function. But reading the docs I do not understand how it could be solved. Do you?