We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81f42 commit ea52a92Copy full SHA for ea52a92
1 file changed
docs/api/last-run.md
@@ -23,11 +23,9 @@ function images() {
23
.pipe(dest('build/img/'));
24
}
25
26
-function watch() {
+exports.default = function() {
27
watch('src/images/**/*.jpg', images);
28
-}
29
-
30
-exports.watch = watch;
+};
31
```
32
33
0 commit comments