How to perform cache overflow with gulp if require.js is used?

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.

+5
source share

Source: https://habr.com/ru/post/1233319/


All Articles