gulp-gcloud-publish
gulp-gcloud-publish copied to clipboard
Solved callback pipe problem
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.