gulp.task('default', function() { return gulp.src([ 'src/**/*', //select all files '!src/**/_*/', //exclude folders starting with '_'
確定! 回上一頁