gulp.src('test.js'). That returns a stream.Readable object: a stream anyone can read from. To consume it, we can listen to its data event.
確定! 回上一頁