#12385 closed bug (notabug)
Build process results in different jquery-ui.js
Reported by: | painuser | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.build | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The comparison of the content inside the download from the home page: http://jqueryui.com/resources/download/jquery-ui-1.11.4.zip
and the download generated by the download link:
http://jqueryui.com/download/
differ. I know that the order of the concatenated files does not matter if some constraints are respected, but this is super annoying when managing patched versions. Which one is the official order? Can you make the package generated from the website comparable to the package published already zipped?
$ diff -ur jquery-ui-1.11.4.quick jquery-ui-1.11.4.custom | diffstat
images/ui-bg_diagonals-thick_18_b81900_40x40.png |binary images/ui-bg_diagonals-thick_20_666666_40x40.png |binary images/ui-bg_flat_10_000000_40x100.png |binary images/ui-bg_glass_100_f6f6f6_1x400.png |binary images/ui-bg_glass_100_fdf5ce_1x400.png |binary images/ui-bg_glass_65_ffffff_1x400.png |binary images/ui-bg_gloss-wave_35_f6a828_500x100.png |binary images/ui-bg_highlight-soft_100_eeeeee_1x100.png |binary images/ui-bg_highlight-soft_75_ffe45c_1x100.png |binary images/ui-icons_222222_256x240.png |binary images/ui-icons_228ef1_256x240.png |binary images/ui-icons_ef8c08_256x240.png |binary images/ui-icons_ffd27a_256x240.png |binary images/ui-icons_ffffff_256x240.png |binary jquery-ui.css | 178 jquery-ui.js |24506 +++++++++++------------ jquery-ui.min.css | 6 jquery-ui.min.js | 20 jquery-ui.structure.css | 174 jquery-ui.structure.min.css | 4 jquery-ui.theme.min.css | 2 21 files changed, 12445 insertions(+), 12445 deletions(-)
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 8 years ago by
I understand that, but would it be so difficult to make them produce roughly the same output? It's just a matter of ordering the files in the same way before concatenating them.
I think it would do good to the world if you had a consistent ordering, to make it "official".
comment:3 Changed 8 years ago by
If you want an "official" order use requirejs, not the Grunt build.
No, the build process in jquery-ui is extremely simple and the build process in download builder is extremely complex. They are not meant to produce the same output.