-
Notifications
You must be signed in to change notification settings - Fork 20.6k
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
Release: zip files are empty #1940
Comments
Better to have the test runs create these zip files than skip it: https://github.com/jquery/jquery/blob/1.11-stable/build/release.js#L81-84 |
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. |
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: