Opened 14 years ago
Closed 14 years ago
#3414 closed defect (fixed)
xd builds: layer files could include dojo.i18n even though dojo.xd.js already has it
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | BuildSystem | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Need to make sure the xd version of the layer files do not include dojo.i18n, since dojo.xd.js already includes it. Not a fatal error, just not optimal code size.
Note: See
TracTickets for help on using
tickets.
(In [9122]) Fixes #3414: dojo.i18n is not included in xd layer files since it is in dojo.xd.js by default. In the process actually got multiple layer files to actually include the right things.