Opened 14 years ago
Closed 14 years ago
#3179 closed defect (fixed)
Build needs to generate base dojo.js automatically
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | BuildSystem | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now dojo._base has to be explicitly set in a build profile for base to be built. This should be done automatically. The following things need to be done:
1) Build a dojo.js.xd.js if xdomain is set, which builds base with the xd loader (in addition to the normal dojo.js base). 2) Probably need to change the build profiles to not have a dependencies array by default. Everything should be specified in layers. Unless user wants the 0.4-style of building additional, non-base modules into dojo.js.
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8788]) Refs #3179 #2712. dojo base is built by default now. Format of build file changed slightly to rely solely on the layers now