davidflanagan / customizer

An addon for FirefoxOS which builds customizes application interfaces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Customizer

An addon to create addons.

Want to hack? Read the documentation.

Temporary build instructions

Setup

npm install && bower install

Build

gulp build && ./custombuild
Do not use the gulp watcher.
'custombuild' concatenates all JS into one file that ends up in dist/app/js/addon-concat.js. This is needed because addons can only inject one JS file at a time without modifying the manifest.

Run

Open ./dist/app/ in WebIDE and install it. When the file manager appears on the device, open index.html.

About

An addon for FirefoxOS which builds customizes application interfaces.


Languages

Language:JavaScript 90.1%Language:CSS 6.5%Language:HTML 3.4%