Skip to content

Commit a1f709e

Browse files
committed
Remove references to description configuration property
1 parent 1cfedec commit a1f709e

File tree

9 files changed

+0
-23
lines changed

9 files changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ Supported configurations properties:
107107

108108
| Property | Description |
109109
|--------------------|-------------|
110-
| description | Top-level description of the project/gulpfile (Replaces "Tasks for ~/path/of/gulpfile.js") |
111110
| gulpfile | Set a default gulpfile |
112111
| preload | An array of modules to preload before running the gulpfile. Any relative paths will be resolved against the `--cwd` directory (if you don't want that behavior, use absolute paths) |
113112
| nodeFlags | An array of flags used to forcibly respawn the process upon startup. For example, if you always want your gulpfiles to run in node's harmony mode, you can set `--harmony` here |

test/expected/config/output0.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/expected/config/output1.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/expected/config/output2.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

test/fixtures/config/foo/bar/.gulp.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/fixtures/config/foo/bar/baz/.gitkeep

Whitespace-only changes.

test/fixtures/config/foo/bar/gulpfile.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/fixtures/config/foo/bar/quux/.gulp.babel.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/fixtures/config/qux/.gulp.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)