#16196 closed enhancement (fixed)
[patch][cla] Cannot pass options to optimizer
Reported by: | Colin Snover | Owned by: | Colin Snover |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | BuildSystem | Version: | 1.8.1 |
Keywords: | Cc: | James Thomas | |
Blocked By: | Blocking: |
Description
A user recently requested that sourcemaps be created and made available for the copy of Dojo that is on Google CDN. This should be possible, but the build tool does not allow flags to be passed to the optimizer. There should be a way to pass through optimizer options.
Change History (11)
comment:1 Changed 10 years ago by
Cc: | James Thomas added |
---|
comment:3 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Status: | new → assigned |
comment:4 Changed 9 years ago by
Priority: | undecided → high |
---|---|
Type: | defect → enhancement |
comment:5 Changed 9 years ago by
Milestone: | 1.9 → 1.10 |
---|
Punting to 1.10 since making the work with node is not simple.
comment:7 Changed 8 years ago by
optimizeOptions are passed to both the closure compiler and to uglify. I have opened a PR documenting the use of optimizeOptions. https://github.com/dojo/docs/pull/101
comment:8 Changed 8 years ago by
Summary: | Cannot pass options to optimizer → [patch][cla] Cannot pass options to optimizer |
---|
comment:9 Changed 8 years ago by
Owner: | changed from Rawld Gill to Colin Snover |
---|
comment:10 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is either fixed or patchwelcome; we’ll see if the documentation work helps.
comment:11 Changed 8 years ago by
Milestone: | 1.10 → 1.9 |
---|
Marking as 1.9 since that's where the code went into.
Note: See
TracTickets for help on using
tickets.
This ticket adds support for source map generation into the Dojo build process http://bugs.dojotoolkit.org/ticket/15232
If this feature got merged into trunk it would be to simple to do...