Ticket #5109 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r3756. Thanks for the patch.