I used gulp -cachebust npm for css cache. Since I included the css files in the html files, this worked. But I am loading js files using require.js. Can I delete cache files of js files using gulp. I know that we can do this using the require.js urlArgs attribute, but I want to use gulp. If possible, which module do I need to use? Thank you in advance.
source share