Opened 9 years ago
Closed 9 years ago
#15239 closed enhancement (fixed)
impossible to delete from scope map in builder
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | low | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The scope map (used to build legacy modules) insists on including dojo, dijit, and dojox. This is inconvenient when building targets that may not include dijit or dojox.
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
Need to allow the scopeMap array (an array of pairs of [module-name, mapped-name] strings) to allow falsy for the mapped name, indicating that namespace should not be included in built legacy modules. This will allow the builder to build legacy modules without forcing building of dijit and/or dojox.