📅  最后修改于: 2022-03-11 15:01:17.861000             🧑  作者: Mango
// will copy the assets folder and its sub directories + files to the destination
return gulp.src('assets*/**/*')
// will only copy the sub directories + files of the assets folder to the destination
return gulp.src('assets/**/*')