Closed
Bug 1093718
Opened 10 years ago
Closed 10 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•10 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•10 years ago
|
Attachment #8516824 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 36
Updated•5 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
•