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-jsInitialize submodule
git submodule update --initCopy selectively using python script
python copy.pycordova platform add android
cordova build android
cordova emulate android
cordova platform add ios
cordova build ios
cordova emulate ios