Search and Top Navigation
#12385 closed bug (notabug)
Opened April 30, 2015 03:04PM UTC
Closed April 30, 2015 03:33PM UTC
Last modified April 30, 2015 06:51PM UTC
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:
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(-)
Attachments (0)
Change History (3)
Changed April 30, 2015 03:33PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed April 30, 2015 06:46PM UTC by comment:2
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".
Changed April 30, 2015 06:51PM UTC by comment:3
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.