Conversation
docs/API.md
Outdated
09fd1d7 to
798ca30
Compare
docs/API.md
Outdated
There was a problem hiding this comment.
You're right. It's not relevant in the gulp.task documentation
0918748 to
151b956
Compare
docs/API.md
Outdated
There was a problem hiding this comment.
It is; it's a link and its URL is defined at the end of the file.
151b956 to
932dcef
Compare
|
@dinoboff you are amazing. thanks for all the hard work |
docs/API.md
Outdated
There was a problem hiding this comment.
should note that named functions will have a .name attribute
There was a problem hiding this comment.
I am changing the note to:
`Function.name` is not writable; it cannot be set or edited.
It will be empty for anonymous function:
5e66469 to
46392ce
Compare
docs/API.md
Outdated
dfea21d to
aaca18e
Compare
da9abc3 to
1f5a825
Compare
18985c5 to
eba43ad
Compare
|
I'm hoping to review the vinyl-fs docs and other changes Friday night or this weekend. |
docs/API.md
Outdated
There was a problem hiding this comment.
is this a string? or is it an actual Octal? "0777" vs 0777
There was a problem hiding this comment.
Tested, and both work.
There was a problem hiding this comment.
@phated Should I reword it to:
options.mode
Type: String or Number
Default: the mode of the input file (file.stat.mode) or the process mode if the input file has no mode property.
Octal permission specifying the mode the files should be created with: e.g. "0777", 0777 or 511 (0777 in base 10).
There was a problem hiding this comment.
yeah, i think that would be more clear
|
After my comments are addressed, I am 👍 on this |
Also add the gulp.series and gulp.parallel APIs
eba43ad to
8d73425
Compare
|
@contra can you review and merge it please? |
There was a problem hiding this comment.
just checked the amount of downloads on each. I'm going to switch it back to merge-stream
|
merged |
|
I have been playing with gulp 4.0, works great for me. In looking at the docs, a function Gulp.prototype.symlink = vfs.symlink;no? |
|
@ashwell good catch, just pushed the addition. |
|
YAY! I helped! |
Also add the gulp.series and gulp.parallel APIs.
#803, #841 and #925