Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15026 from yurenju/fix-gaia-build
Browse files Browse the repository at this point in the history
Bug 956637 - gaia-build extension doesn't work after bug 922463 landed r=@timdream
  • Loading branch information
yurenju committed Jan 6, 2014
2 parents 7a68bc9 + 44c60da commit 4c4a555
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build/variant.js
Expand Up @@ -237,6 +237,10 @@ function fetchApps(data, profilePath, distributionPath, done) {
});
}

if (Object.keys(apps).length === 0) {
done();
}

}

// read the app postion customization part in variant.json and write the result
Expand Down
Expand Up @@ -699,7 +699,7 @@ var Homescreen = {
['apps/homescreen/collections', 'social'],
['apps/homescreen/collections', 'games'],
['apps/homescreen/collections', 'music'],
['apps/homescreen/collections', 'entertainment']
['apps/homescreen/collections', 'showbiz']
];
grid.homescreens.push(collections);

Expand Down
1 change: 1 addition & 0 deletions tools/extensions/gaia-build@gaiamobile.org/content/gaia.js
Expand Up @@ -31,6 +31,7 @@ var Gaia = {
config.GAIA_PORT = ':8080';
config.GAIA_LOCALES_PATH = 'locales';
config.LOCALES_FILE = 'shared/resources/languages.json';
config.LOCALE_BASEDIR = '';
config.BUILD_APP_NAME = '*';
config.PRODUCTION = '0';
config.GAIA_OPTIMIZE = '0';
Expand Down

0 comments on commit 4c4a555

Please sign in to comment.