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 c1012cd commit be2df06Copy full SHA for be2df06
docs/API.md
@@ -104,7 +104,7 @@ Default: `false`
104
If true, it will create a duplex stream which passes items through and
105
emits globbed files.
106
107
-### options.allowEmpty
+##### options.allowEmpty
108
Type: `Boolean`
109
Default: `false`
110
@@ -389,7 +389,7 @@ gulp.task('sometask', function() {
389
});
390
```
391
392
-### lastRun(taskName, [timeResolution])
+### gulp.lastRun(taskName, [timeResolution])
393
394
Returns the timestamp of the last time the task ran successfully. The time
395
will be the time the task started. Returns `undefined` if the task has
0 commit comments