We are adding versions to css and js files to do cache busting. I have used gulp-rev-manifest and gulp-rev-collector to achieve this. But every time we do a build all the updated files with the new version number and have to be pushed to production which is not ideal. Is there any other way to do this.
Thanks