-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overwrite
option in .dest()
#30
Comments
Could be achieved easily by changing the write mode from Does |
I think
Yes. |
@sindresorhus fs.exists seems like an unnecessary extra system call, I'll catch the wx errors |
Was this implemented? |
The issue is still open, so no. |
It'd be awesome to see this. |
+1 |
1 similar comment
+1 |
Instead of +1 maybe you should think about sending a pull request... |
@contra 👍 |
closed by #59 - use master or it will be out in the 4.0 release |
Was this removed? It doesn't work... |
@nillis, @phillip-haydon This is implemented to master. Guess it won't be backported to 3.x. |
All vinyl-fs code is essentially "backported" to 3.x - There are breaking changes so we can't include it as a dependency to gulp but you can change your |
It would be useful if
.dest()
had an option to not overwrite existing files.Use-case: You build a lot of stuff into a
dist
folder and you want a task to copy all the files that weren't already processed by the pipeline. Yes you could do some trickery with streams, but this would be much easier.The text was updated successfully, but these errors were encountered: