gulp-gcloud-publish icon indicating copy to clipboard operation
gulp-gcloud-publish copied to clipboard

Solved callback pipe problem

Open bobvanluijt opened this issue 8 years ago • 0 comments

There is a problem with streaming and the done() callback. Larger directories already passed to the next task while still uploading.

By replacing the stream with regular upload, all uploads need to be finished before the latest done() is called.

Now -if the user wants Gulp to run synchronously- it will go to the next pipe when files are really done uploading.

bobvanluijt avatar Nov 29 '16 20:11 bobvanluijt