Skip to content

Instantly share code, notes, and snippets.

@Initsogar
Last active December 20, 2015 02:49
Show Gist options
  • Save Initsogar/6059601 to your computer and use it in GitHub Desktop.
Save Initsogar/6059601 to your computer and use it in GitHub Desktop.
Cordova 3.0 and Sencha Touch CLI shell script
#build Sencha
cd source
sencha app build package
#copy Sencha package to Cordova work dir
cd ..
yes | cp -r source/package/* www
#Prepare, build and run Cordova!
cordova prepare android
cordova build android
cordova run android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment