gulp 4.0 API
列表
- gulp.src - Emit files matching one or more globs
- gulp.dest - Write files to directories
- gulp.symlink - Write files to symlinks
- gulp.task - Define tasks
- gulp.lastRun - Get timestamp of last successful run
- gulp.parallel - Run tasks in parallel
- gulp.series - Run tasks in series
- gulp.watch - Do something when a file changes
- gulp.tree - Get the tree of tasks
- gulp.registry - Get or set the task registry