Search and Top Navigation
#5109 closed bug (fixed)
Opened January 29, 2010 04:33PM UTC
Closed January 29, 2010 08:30PM UTC
Last modified February 16, 2010 11:31AM UTC
build.xml doesn't compile effects into full script
Reported by: | sc0rchin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | [meta] ui.build | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
line 89 of build.xml
<fileset dir="${src.dir}/" includes="jquery.ui.*.js, effects.*.js" excludes="${core.files}" />
should be
<fileset dir="${src.dir}/" includes="jquery.ui.*.js, jquery.effects.*.js" excludes="${core.files}" />
becasue the actual effects are not being included into the final build
Fixed in r3756. Thanks for the patch.