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

Going through all folder in base dir... #36

Closed
PatriceBois opened this issue Oct 27, 2015 · 1 comment
Closed

Going through all folder in base dir... #36

PatriceBois opened this issue Oct 27, 2015 · 1 comment
Labels

Comments

@PatriceBois
Copy link

Hi, i'm trying to figure out hot to upload only the file saved.
I have a task that watch when i save a file.

I'm working on a wordpress theme but when the uploading task start it seem to go and verify all folder and file if has changed. I have many file and folder and it's taking long time to finish.

So is there a way to upload only the file that has be just saved?
Thanks

@morris
Copy link
Owner

morris commented Nov 8, 2015

Since you're uploading, you have to filter the local files for files that were actually changed or use the output of watch (not sure if there is one). vinyl-ftp cannot help with that; you could use gulp-newer, gulp-changed and the likes. Put this on Stack Overflow if you need more assistance.

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

No branches or pull requests

2 participants