Ticket #1936 (closed defect: fixed)
Custom builds should flatten all i18n bundles
| Reported by: | jburke | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BuildSystem | Version: | 0.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by jburke) (diff)
i18n bundles that are not part of the built dojo.js file make many requests for parent locales. Some of these requests results in 404s.
Example being using an ajax build but using DropdownDataPicker? causes 404s as it tries to load the bundle for DropdownDataPicker?.
Use an approach that is used by xdomain loading to flatten those resources and inform the resource loader what locales are available to load.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.