generator-m-ionic
generator-m-ionic copied to clipboard
Advanced workflows and setup for building rock-solid Ionic apps
I followed the the steps mentioned in [icons_splash_screens.md](https://github.com/mwaylabs/generator-m-ionic/blob/master/docs/guides/icons_splash_screens.md) Added icon.png in res/android/default & res/ios/default Added below line in config.xml [I am only building app for android] ``` ``` Run below...
The guide (readme) isn't clear about how i can add the splashscreen images and the icons. With ionic i can run the command ionic resources, but with this generator i...
After creating and adding icons and splashscreens to res/android/default and res/ios/default I'm trying to build my project with `gulp --cordova "emulate ios"` The build crashed with: ``` [20:06:41] Starting 'cordova-with-build'......
update what? - generator npm (`package.json`) - project npm (`_package.json`) check in generator-m-ionic-demo - project bower (`bower-config.js`) - generator-appobi (`package.json`) check in generator-appmobi - `travis.yml` of all three files how?...