ddliu / gulp-remote-src

Remote gulp.src
MIT License
20 stars 6 forks source link

Question: how to access the contents of files after remoteSrc #9

Closed ayyash closed 8 years ago

ayyash commented 8 years ago

I am trying to access the contents of every file retrieved to modify things in it, I got stuck and don't know where to start, any pointers?

remoteSrc(["files"], { base: "baseurl" }).pipe(do something with file content);

ddliu commented 8 years ago

There is no much difference to gulp.src. You can refer to gulp plugin guides, or check out source code of other Gulp plugins.