Skip to main content

Search and Top Navigation

#9109 closed bug (notabug)

Opened February 21, 2013 04:24PM UTC

Closed February 21, 2013 04:40PM UTC

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
Attachments (0)
Change History (1)

Changed February 21, 2013 04:40PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed