Currently gulp-run changes the name of files it receives in a pipeline to the default (the name of the command). This quite rude and can make working in pipelines confusing. It should only set the filename for files originating from run(...).exec(...). Files piped into gulp-run should have the same name when they come out.
I am about to push a rewrite of the plugin which fixes this among other things.
Currently gulp-run changes the name of files it receives in a pipeline to the default (the name of the command). This quite rude and can make working in pipelines confusing. It should only set the filename for files originating from
run(...).exec(...)
. Files piped into gulp-run should have the same name when they come out.I am about to push a rewrite of the plugin which fixes this among other things.