Broken core.js file is dist packages #4489
Closed
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? |
mgol
added a commit
to mgol/jquery
that referenced
this issue
Sep 26, 2019
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 |
mgol
added a commit
to mgol/jquery
that referenced
this issue
Sep 30, 2019
File `src/core.js` has started erroneously being copied to `dist/` in jquerygh-2981. Fixes jquerygh-4489 Ref jquerygh-2979 Ref jquerygh-2981
mgol
added a commit
to mgol/jquery
that referenced
this issue
Oct 2, 2019
File `src/core.js` has started erroneously being copied to `dist/` in jquerygh-2981. Fixes jquerygh-4489 Ref jquerygh-2979 Ref jquerygh-2981
mgol
added a commit
that referenced
this issue
Oct 4, 2019
mgol
added a commit
that referenced
this issue
Oct 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
starting from 3.0.0-rc1, the jquery-dist repo contains a
core.jsfile, 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: