Closed
Bug 880606
Opened 12 years ago
Closed 11 years ago
Make sure path handling JS in Gaia build won't break on Windows
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rudyl, Unassigned)
Details
This is follow-up from Bug 838098.
We introduced some logic to handle absolute path in build/utils.js, like
dirName.split('/').forEach(function(name) {
}
We need to make sure this won't break the Gaia build on Windows.
Comment 1•11 years ago
|
||
Yuren, could you check if this bug is still valid?
Assignee: rlu → nobody
Component: GonkIntegration → Gaia::Build
Flags: needinfo?(yurenju.mozilla)
Comment 2•11 years ago
|
||
it's invalid for now.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(yurenju.mozilla)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•