-
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
Broken core.js file is dist packages #4489
Comments
Which AMD dependencies are not copied? The file should be usable. |
see https://github.com/jquery/jquery-dist/blob/3.4.1/dist/core.js This files depends on a bunch of AMD dependencies which are not part of the distribution at all. |
files in |
Ah, you're right! I don't know how that file gets there, there must be a bug in the release process. @timmywil any ideas? |
File `src/core.js` has started erroneously being copied to `dist/` in jquerygh-2981. Fixes jquerygh-4489 Ref jquerygh-2979 Ref jquerygh-2981
It looks like it's enough to remove PR: #4492 |
File `src/core.js` has started erroneously being copied to `dist/` in jquerygh-2981. Fixes jquerygh-4489 Ref jquerygh-2979 Ref jquerygh-2981
File `src/core.js` has started erroneously being copied to `dist/` in jquerygh-2981. Fixes jquerygh-4489 Ref jquerygh-2979 Ref jquerygh-2981
Description
starting from 3.0.0-rc1, the jquery-dist repo contains a
core.js
file, which seems to be a copy of one of the source files. This file is not usable (it has AMD dependencies on other files which are not copied), so including it in the releases looks wrong.The text was updated successfully, but these errors were encountered: