generator-ionic
generator-ionic copied to clipboard
Build hybrid mobile apps using the Ionic Framework
I am installing [email protected] in my mac and I have added the camera plugin also. But I don't know how to configure how To call camera plugin ios? Note: Xcode...
Hi, I try to add a cordova plugin from a git repo and I get the below error: ``` [alireza@arch tiwun_mobile]$ grunt plugin:add:https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git Running "plugin:add:https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git" (plugin) task Warning: undefined is...
tongshinjiedeiMac:yo_ionic tongshinjie$ grunt plugin:add:https://github.com/driftyco/ionic-plugins-keyboard.git Running "plugin:add:https://github.com/driftyco/ionic-plugins-keyboard.git" (plugin) task Warning: undefined is not a function Use --force to continue.
I'm having a problem using: grunt run:android --livereload when I have multiple interfaces set up (i.e. connected to VirtualBox and WiFi). Normally, a list pops up and the taskrunner asks...
Have anyone considered using [grunt-uncss](https://github.com/addyosmani/grunt-uncss) on the build phase? Since Ionic is getting pretty big, it may be useful to have only the used css rules.
On freshly generated directory (using "yo ionic"), if I run "grunt serve" I get the message: ``` Multiple addresses available. Please select which address to use by entering its number...
I have read many posts and googled it a lot, but couldn't able to work HTML5 mode true in my app. when i grunt serve app is working fine with...
Hi, Every time I run grunt serve, apparently ionic:serve keeps dying after 4-5 seconds, judging from the execution time. Running `ionic serve` works just fine, but of course since I'm...
"grunt clean" is supposed to clean the www directory, but it doesn't (although it seems to do quite a lot). Adding this line at the end of Gruntfile.js fixes it...
Hi, the tittle is not that much true. The issue I'm having on newly generated blank ionic project is that 'grunt serve' runs without problem for all it's tasks, it...