#2047 closed enhancement (fixed)
build system should be able to compress all files, not just those included in the base
Reported by: | Owned by: | James Burke | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BuildSystem | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
My project's build requires A, B, and C.
A, B, nor C require D.
I will be lazy loading D.
The build system should allow me to compress D (or everything not in A/B/C) so that when I do require it, and lazy load it, D is as small and compressed as possible, just like the custom built dojo.js.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:2 Changed 14 years ago by
Milestone: | 0.9 → 0.4.3 |
---|---|
Owner: | changed from alex to James Burke |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed this in the following revisions:
Accidentally referenced #2407 in the svn comment.