File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
## gulp API docs
2
2
3
- Jump to:
4
- [ gulp.src] ( #gulpsrcglobs-options ) |
5
- [ gulp.dest] ( #gulpdestpath-options ) |
6
- [ gulp.task] ( #gulptaskname--deps--fn ) |
7
- [ gulp.watch] ( #gulpwatchglob--opts-tasks-or-gulpwatchglob--opts-cb )
3
+ * [ gulp.src] ( #gulpsrcglobs-options ) - Emit files matching one or more globs
4
+ * [ gulp.dest] ( #gulpdestpath-options ) - Write files to directories
5
+ * [ gulp.symlink] ( #gulpsymlinkfolder-options ) - Write files to symlinks
6
+ * [ gulp.task] ( #gulptaskname-fn ) - Define tasks
7
+ * [ gulp.lastRun] ( #gulplastruntaskname-timeresolution ) - Get timestamp of last successful run
8
+ * [ gulp.parallel] ( #gulpparalleltasks ) - Run tasks in parallel
9
+ * [ gulp.series] ( #gulpseriestasks ) - Run tasks in series
10
+ * [ gulp.watch] ( #gulpwatchglob-opts-fn ) - Do something when a file changes
11
+ * [ gulp.tree] ( #gulptreeoptions ) - Get the tree of tasks
12
+ * [ gulp.registry] ( #gulpregistryregistry ) - Get or set the task registry
8
13
9
14
### gulp.src(globs[ , options] )
10
15
You can’t perform that action at this time.
0 commit comments