gulp-rsync icon indicating copy to clipboard operation
gulp-rsync copied to clipboard

Deployment with gulp-rsync breaks

Open dBourgiotis opened this issue 8 years ago • 1 comments

Deploy breaks if new user requests the application files, while rsync is executed.

rsyncConf = { progress: true, incremental: true, relative: true, emptyDirectories: true, recursive: true, clean: true, root: 'dist/', archive: true, };

dBourgiotis avatar Jun 06 '17 08:06 dBourgiotis

Actually I ve noticed that --delete-delay and --delay-updates is not implemented. Any plans to add them as options ?

dBourgiotis avatar Jun 06 '17 12:06 dBourgiotis