Closed
Bug 685937
Opened 13 years ago
Closed 13 years ago
GCLI has 2 copies of index.html that are virtually identical dryice should be able to save the day
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jwalker, Assigned: jwalker)
Details
index.html and build/index.html are very similar, but they have in the past got out of sync, and there is the nasty bit of JS to detect usage from the build directory rather than the built directory
dryice could be pressed into action to use index.html as a source rather than build/index.html with a simple filter to:
- Make links relative, we flatten out the scripts directory
- Replace require.js with the built GCLI script file
- Remove the RequireJS configuration
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jwalker
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•