Ticket #2696 (closed enhancement: wontfix)
[CLA-patch] Minimalist dojo build
| Reported by: | jbondc | Owned by: | jburke |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | BuildSystem | Version: | 0.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | peller |
Description
This patch is more of a proof of concept then something production ready.
Instead of including the whole *src* directory, a minimalist build will:
- compress dojo.js - scan the compressed dojo.js and look for 'ressources' or external dependencies (css, html, images, swf, etc...) and recurse over .css & .html to possibly find more ressources - intern strings
Basically only copy/release a 'minimum' set of files.
I noticed there's some new work being done on the build, hopefully this work can be looked at and officially integrated in some form.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.