Opened 10 years ago
Closed 10 years ago
#9109 closed bug (notabug)
jquery-ui-1.10.1.custom.zip contains files more than once
Reported by: | herwin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.build | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using the Stable download link on the front page the zip file contains some files more than once. Any decent unzip tool will ask for confirmation to overwrite those files when extracting it.
# unzip -l jquery-ui-1.10.1.custom.zip | awk '{print $4}' | sort | uniq -c | sort -n | grep '^ *2' 2 jquery-ui-1.10.1.custom/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png 2 jquery-ui-1.10.1.custom/css/smoothness/images/ui-icons_222222_256x240.png 2 jquery-ui-1.10.1.custom/css/smoothness/images/ui-icons_454545_256x240.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/minified/images/ui-bg_flat_0_aaaaaa_40x100.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/minified/images/ui-icons_222222_256x240.png 2 jquery-ui-1.10.1.custom/development-bundle/themes/smoothness/minified/images/ui-icons_454545_256x240.png
Note: See
TracTickets for help on using
tickets.
Moved to https://github.com/jquery/download.jqueryui.com/issues/111