I'm new to gulp and have been looking through example set-ups.
Some people have the following structure:
gulp.task("XXXX", function() {
gulp.src("....
Other people have this:
gulp.task("XXXX", function() {
return gulp.src("....
I'm wondering what difference the return on the src makes??
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…