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

Pulling post request outside of file.forEach #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dbe
Copy link

@dbe dbe commented Apr 25, 2018

Pulls the post request outside of the forEach loop which builds up the "modules" object. Previously N requests were being sent, where N is the number of files being uploaded. This caused inconsistent behavior as to which request was the final one, and thus which files were actually finally uploaded.

@alexfupp
Copy link

2nd that PR (without having looked to deep into the code)

I experienced the same errors as @dbe described (missing files after "successful" grunt push) and they are gone since I use that patch.

@fscreeps
Copy link

I experience the same problem. Could you please update this PR to resolve the conflicts ?

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

Successfully merging this pull request may close these issues.

3 participants