#9293 closed defect (fixed)
duplicated nls resouces
Reported by: | sayuri | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | BuildSystem | Version: | 1.3.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
This is a sample profile.
dependencies = { layers: [ { name: "test.js", dependencies: [ "dijit.Dialog", "dijit.InlineEditBox" ] } ], prefixes: [ ["dijit", "../dijit"], ] }
dijit.Dialog and dijit.InlineEditBox also call dojo. requireLocalization("dijit", "common",...). So generated dojo/nls/test_en.js contains dijit.nls.common.en twice. Should it be stripped?
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [20401]) Fixes #9293, duplicate resources in flattend i18n bundles. \!strict