doc updates
This commit is contained in:
parent
4d9980e2fd
commit
7e42c2bb02
2 changed files with 5 additions and 3 deletions
4
API.md
4
API.md
|
@ -146,9 +146,9 @@ An `origFile` event is emitted when the original version of a physical file has
|
|||
|
||||
A `file` event is emitted after all transforms on a file are complete. It's emitted with two arguments: the file's original relative path and the fully transformed `File` instance.
|
||||
|
||||
### `deleted(path)`
|
||||
### `deleted(origPath)`
|
||||
|
||||
A `deleted` event is emitted when a watched physical file has been deleted. It's emitted with one argument: the relative `path` to the file.
|
||||
A `deleted` event is emitted when a watched physical file has been deleted. It's emitted with one argument: the original relative path to the file.
|
||||
|
||||
### `error(origPath, file, err)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue