cordova - Yeoman + EmberJS + Phonegap -
i'm developing app using yeoman + emberjs. i'm decided deploy on ios , android using phonegap.
so how wrap 'prebuilt' yeoman + ember project in phonegap?
i tried using phonegap build according document, there requirement in building structure. android.apk i've downloaded won't work.
and theres no yeoman generator 3 combos.
i'm sure isn't best method @ least it's working.
i manually copy 'compiled-templates.js' , 'combined-scripts.js' generated grunt , copy dependencies newly created phonegap project.
include files in index.html, , use "phonegap build ios" in terminal generate xcode file , deploy ios platform through xcode.
ps:
compiled-templates.js contain ember.js templates.
combined-scripts.js contain javascripts.
Comments
Post a Comment