A repository which contains the cordova related code for the ACC Hymns app for the app store and play store.
Install cordova & uglifyjs globally:
npm install -g cordova uglify-js
Initialize submodule
git submodule update --init
Copy selectively using python script
python copy.py
cordova platform add android
cordova build android
cordova emulate android
cordova platform add ios
cordova build ios
cordova emulate ios