Closed ayyash closed 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);
There is no much difference to gulp.src. You can refer to gulp plugin guides, or check out source code of other Gulp plugins.
gulp.src
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);