Gaia/Build/Specification

From MozillaWiki
< Gaia‎ | Build
Jump to: navigation, search

This wiki would focus on what Gaia's buildscript need, what it would generate and how it works.

What it needs

What it generates

We'll list all the files and folder from profile while production and explain them one by one.

defaults

pref

user.js

settings.json

extensions

webapps

app.gaiamobile.org

  • app's dirname + '.' + GAIA_DOMAIN / origin from app's own manifest

application.zip

  • js
  • html
  • css
  • resources
  • local.json
  • manifest.webapp (same as below)

manifest.webapp

webapps.json

settings.json

  • same as above (settings.json)

user.js

  • same as above (user.js)

How it works