-
Notifications
You must be signed in to change notification settings - Fork 2
File Structuring
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 byinstall.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 byrelease.sh. Changes the version number in the redirect URL inside index.html.