Closed Bug 1000577 Opened 10 years ago Closed 10 years ago

MDN page for app manifest needs to include the 'precompile' manifest property

Categories

(Developer Documentation Graveyard :: Apps, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jsmith, Assigned: cmills)

References

Details

bug 965970 added support for the precompile manifest property. Let's update the app manifest dev docs to include this property.
Depends on: 965970
This landed in Gecko 31 so that's FxOS v2.0+.  The manifest needs a field "precompile" who's value is an array of strings which describe the relative path to asm.js files. example:

{
  ...
  "precompile": ["game.js"],
  ...
}
[5:09pm] \n: fabrice: does precompile require an app to be packaged, or are hosted apps allowed?
[5:15pm] marco: \n: only packaged
Thanks Nick. I've copy edited the manifest article entry, and created release notes pages for 1.4 and 2.0:

https://developer.mozilla.org/en-US/Firefox_OS/Releases/1.4
https://developer.mozilla.org/en-US/Firefox_OS/Releases/2.0

If it turns out that precompile is pulled into 1.4, we can always swap the text over.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.