... function() { // Definition of task with name 'copy' return gulp.src(source + '*') // Take all(*) files from source folder .pipe(gulp.dest(destination)) ...
確定! 回上一頁