.pipe(gulp.dest(trueBase)) .pipe(gprint(function(filePath){ return "File processed: " + filePath; })); }); gulp.task("build-src", function () { var trueBase ...
確定! 回上一頁