Opened 9 years ago
Closed 9 years ago
#14077 closed defect (fixed)
layerOptimize "closure.keepLines" does not keep lines
Reported by: | xMartin | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
shrinksafe.keepLines does keep lines and closure also works but closure.keepLines does not keep lines. File is exactly the same size as "closure" only.
Found in trunk as of today.
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
just as a note on this, I tried running a build with optimize:"closure" and layerOptimize:"closure" and my layer.js file was empty (sans a copyright header and a >built pragma) ... the uncompressed versions were fine/full layer. just the closured version has issues. removing "layerOptimize:"closure"" but leaving "optimize:'closure'" fixed it.