-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
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.