Closed
Bug 1093718
Opened 9 years ago
Closed 9 years ago
Turn off minification for Fennec JS, Nightly channel only
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
1.15 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We'd like to minify on Aurora and above but not on Nightly. The premise is that we want to make debugging as simple as possible on Nightly but we want to be sure that we're minifying somewhere.
Assignee | ||
Comment 1•9 years ago
|
||
In b2g/installer/Makefile.in, minification is conditional on not being a debug build. Seems reasonable to have minified and non-minified builds regardless of release channel, so I've copied that here.
Attachment #8516824 -
Flags: review?(mark.finkle)
Updated•9 years ago
|
Attachment #8516824 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Updated•9 years ago
|
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/0fa23eddfe12
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/0fa23eddfe12
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 36
Updated•4 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 36 → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•