#2988 closed task (fixed)
Dijit: do rollups or something to reduce number of XHR
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make rollups like dijit.base and dijit.util, or maybe a dijit.js file that includes all the common packages (javascript files) we use in dijit (Widget, TemplatedWidget?, manager, parser, etc.)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | Widgets → Dijit |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8546]) adding dijit.dijit as a require()-able rollup. This is a stop-gap and the build notes as much. Needs to be revisited for Beta. Refs #2988.