You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for creating this package. I'm using it to upload files to my server when I'm deploying my site.
I've found that it takes longer and longer to deploy the files as the amount of files on my project grows. Is there a way to perhaps skip uploading files that are already on the server and that haven't changed? I'd imagine this would cut down on the files being uploaded and would make deployments a lot faster.
This may be out of the scope of the package, but just wanted to ask to see if anyone had any ideas or information on how they usually handle this case.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
markcellus
changed the title
Question: Any way to skip non-modified files from being uploaded to server?
Question: Any way to skip unmodified files from being uploaded to server?
Jul 20, 2023
It’s possible to build this capability into options.validate. Good idea!
I am open to building this as a first class feature but that has the problem of how do we determine what files have changes? Looking at size may be enough in some cases while other cases may require hashing entire file contents.
Thanks for creating this package. I'm using it to upload files to my server when I'm deploying my site.
I've found that it takes longer and longer to deploy the files as the amount of files on my project grows. Is there a way to perhaps skip uploading files that are already on the server and that haven't changed? I'd imagine this would cut down on the files being uploaded and would make deployments a lot faster.
This may be out of the scope of the package, but just wanted to ask to see if anyone had any ideas or information on how they usually handle this case.
Thanks in advance!
The text was updated successfully, but these errors were encountered: