Skip to content
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

Deployment with gulp-rsync breaks #49

Open
dBourgiotis opened this issue Jun 6, 2017 · 1 comment
Open

Deployment with gulp-rsync breaks #49

dBourgiotis opened this issue Jun 6, 2017 · 1 comment

Comments

@dBourgiotis
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant