Skip to content
Amal Antony edited this page Feb 20, 2015 · 4 revisions

install.sh: Installs the Cordova plugins for the Cordova project.

  • cordova-plugins.sh: This script installs the plugins necessary for the Cordova project. Invoked by install.sh.

debug.sh: Runs the Cordova project with redirect pointing to stage.scrollback.io. This script builds the project, uploads the plugin related files to the staging server and deploys the app on the connected device. Run this script while testing the app.

release.sh: Generates signed apks which can be uploaded to the Play store. For more details, check Build and Versioning

  • release.js: Called by release.sh. Changes the version number in the redirect URL inside index.html.
Clone this wiki locally