Top "Gulp-replace" questions

How can I use gulp to replace a string in a file?

I am using gulp to uglify and make ready my javascript files for production. What I have is this code: …

javascript gulp gulp-concat gulp-replace