-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Release: zip files are empty #1940
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
Comments
Better to have the test runs create these zip files than skip it: |
Looking at that code, they are created for test runs. They're not created for pre-releases. |
Oh right, I was confusing the meaning of the variable. |
This is the final step in the build, maybe the archive creation in happening async and we're not waiting on it before exiting. |
timmywil
added a commit
that referenced
this issue
Jan 30, 2015
timmywil
added a commit
that referenced
this issue
Nov 10, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The release script is supposed to build two zip files that we distribute to the CDNs. They are created but always zero-length.
googlecdn-jquery-VERSION.zip
should have the release files (.js, .min.js, and .min.map) named without version numbers and internally consistent (e.g., the map should reference the file without version number). This file is also distributed to cdnjs.mscdn-jquery-VERSION.zip
should have the release files with version numbers.The text was updated successfully, but these errors were encountered: