Docs: Fix syntax error in lastRun API docs (closes #2315) · gulpjs/gulp@ea52a92

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit ea52a92

committed

Docs: Fix syntax error in lastRun API docs (closes #2315)

1 parent 5d81f42 commit ea52a92

File tree

1 file changed

+

2

-

4

lines changed

1 file changed

+

2

-

4

lines changed

Lines changed: 2 additions & 4 deletions

Original file line numberDiff line numberDiff line change

@@ -23,11 +23,9 @@ function images() {

2323

.pipe(dest('build/img/'));

2424

}

2525
26-

function watch() {

26+

exports.default = function() {

2727

watch('src/images/**/*.jpg', images);

28-

}

29-
30-

exports.watch = watch;

28+

};

3129

```

3230
3331

0 commit comments

Comments

 (0)