File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 1- <!-- front-matter
2- id: api-toc
3- title: API Table of Contents
4- hide_title: true
5- sidebar_label: api-toc
6- -->
1+ ## Table of Contents
72
8- ## gulp API docs
9-
10- * [ gulp.src] ( src.md ) - Emit files matching one or more globs
11- * [ gulp.dest] ( dest.md ) - Write files to directories
12- * [ gulp.symlink] ( symlink.md ) - Write files to symlinks
13- * [ gulp.task] ( task.md ) - Define tasks
14- * [ gulp.lastRun] ( lastRun.md ) - Get timestamp of last successful run
15- * [ gulp.parallel] ( parallel.md ) - Run tasks in parallel
16- * [ gulp.series] ( series.md ) - Run tasks in series
17- * [ gulp.watch] ( watch.md ) - Do something when a file changes
18- * [ gulp.tree] ( tree.md ) - Get the tree of tasks
19- * [ gulp.registry] ( registry.md ) - Get or set the task registry
3+ * [ API Concepts] ( concepts.md )
4+ * [ src()] ( src.md )
5+ * [ dest()] ( dest.md )
6+ * [ symlink()] ( symlink.md )
7+ * [ lastRun()] ( lastRun.md )
8+ * [ series()] ( series.md )
9+ * [ parallel()] ( parallel.md )
10+ * [ watch()] ( watch.md )
11+ * [ task()] ( task.md )
12+ * [ registry()] ( registry.md )
13+ * [ tree()] ( tree.md )
14+ * [ Vinyl] ( vinyl.md )
15+ * [ Vinyl.isVinyl()] ( vinyl-isvinyl.md )
16+ * [ Vinyl.isCustomProp()] ( vinyl-iscustomprop.md )
You can’t perform that action at this time.
0 commit comments