#4163 closed defect (fixed)
strip all whitespace from flattened nls resources
Reported by: | Adam Peller | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
for example, in nls/dijit-all_en.js, I see:
dojo.nls.colors.en={"light steelblue": "light steel blue", "orangered": "orange red", ...
I would expect the tools to strip out the spaces after each ":" and "," and perhaps the newlines, too. Ideally, this would happen by default, with or without an optimize setting, to parallel what's done for the bundles themselves.
Change History (8)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.0 → 2.0 |
---|
comment:3 Changed 13 years ago by
Milestone: | 2.0 → 1.3 |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.3 → future |
comment:5 Changed 9 years ago by
Owner: | changed from James Burke to Adam Peller |
---|---|
Status: | new → pending |
is this ticket still relevant with the amd loader and build?
i'm setting this ticket to pending which will mean it will automatically close in 14 days if there is no response.
comment:6 Changed 9 years ago by
Owner: | changed from Adam Peller to Rawld Gill |
---|---|
Status: | pending → assigned |
whitespace and comments remain in the flattened bundles (as well as in the individual resources in a standard build -- since AMD is more likely to use individual modules, should the default be to compress them also?)
comment:8 Changed 9 years ago by
Milestone: | future → 1.8 |
---|
Milestone 2.0 deleted