An addon to create addons.
Want to hack? Read the documentation.
npm install && bower install
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.
Open ./dist/app/
in WebIDE and install it. When the file manager appears
on the device, open index.html
.