Closed
Bug 1113570
Opened 10 years ago
Closed 8 years ago
WebIDE should update the AppCache automatically
Categories
(DevTools Graveyard :: WebIDE, enhancement)
Tracking
(e10s-)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
e10s | - | --- |
People
(Reporter: Yoric, Unassigned)
Details
STR (without WebIDE):
1. Write an Open Web App;
2. Add an AppCache;
3. Update Open Web App source code;
4. Deploy App.
Result: The changes are not taken into account because we have forgotten to change a comment in the AppCache.
The workarounds include using a deploy script and `sed` to automatize the task (which is above the level of many beginning developers), or use server-side preprocessing of the AppCache (likewise).
I believe that WebIDE could simply automatize this: if the manifest references an .appcache file, whenever a change is detected in a file listed in said file, add/update the first line of the .appcache file with a timestamp.
Updated•10 years ago
|
tracking-e10s:
--- → ?
Updated•10 years ago
|
Apps are being removed with B2G cleanup.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•