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

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -