This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Clone the official gaia repo, or just clone it | |
git clone https://github.com/mozilla-b2g/gaia.git | |
cd gaia | |
# Make will 'build the project'. | |
# This means that the app cache manifest for each app will be create automatically (for those that have a manifest.webapp) | |
# Offline cache will be build with the current apps | |
# The user profile will be fill with the relevant information and the permissions per application | |
make |