Opened 14 years ago
Closed 13 years ago
#2188 closed defect (fixed)
Allow for flattening i18n bundles for external modules not in dojo.js
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | BuildSystem | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now modules outside of dojo do not get their i18n bundles flattened if the module is not part of the custom build dojo.js. Allow for bundle flattening for all external modules as long as the dependencies.prefixes entry is in the build profile.
This means that we will likely need to copy the external module resources into the release/ directory, since this type of bundle flattening modifies the source code.
Note: See
TracTickets for help on using
tickets.
This is fixed in 0.9. What is still missing is layer file bundling, being tracked in #2713.