lazd / gulp-replace

A string replace plugin for gulp
MIT License
496 stars 88 forks source link

Is it possible to replace strings while in 'gulp watch'? #96

Closed questionablequestion closed 3 years ago

questionablequestion commented 6 years ago

Hey all,

Is it possible to setup somehow so it is replacing strings while in development mode/while using gulp watch? It works perfectly after building but while developing (I use this to replace dir to correct images path) images are broken.

Thanks

lazd commented 3 years ago

Yes, watch makes no difference. Sounds like you have an issue in your code.