m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Maintain filename in a gulp pipeline #8

Closed cbarrick closed 10 years ago

cbarrick commented 10 years ago

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.