generator-ionic
generator-ionic copied to clipboard
Build hybrid mobile apps using the Ionic Framework
Everytime I run "yo ionic", it keeps failing. I've updated node and npm and reinstalled yo and grunt and bower, but still get the error below: Installing selected Cordova plugins,...
Hey! I added android platform (after I added iOS too) with grunt platform:add:android, but it crashed the package.json file: SyntaxError: /Users/hump/Documents/Work/generatorTest/package.json: Unexpected string So I opened the json file and...
Hi, I know it's not entirely confusing nor is it really within Ionic's realm of responsibility but an iOS walktrhough from dev to app-store submit (with the tricky bits on...
I recommend linting bower.json before running wiredep. When there is, say, a trailling comma in bower.json and the wiredep task (`grunt wiredep`) is executed, the user will not get a...
Now you can customize the ionic css. The ionic scss is included in your main.scss and you can play with all the styles
By adding `--release` to `$ grunt build:` the generated output must be compressed first. Currently: ``` grunt.registerTask('build', function() { return grunt.task.run(['init', 'ionic:build:' + this.args.join()]); }); ``` There's no compress involved.
It seems [atom/electron](http://electron.atom.io/) is a good candidate for having a couple of grunt task to automate the packaging and distribution. - [Application distribution](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md) - [Application packaging](https://github.com/atom/electron/blob/master/docs/tutorial/application-packaging.md) Well, there's [grunt-build-atom-shell](https://github.com/paulcbetts/grunt-build-atom-shell) Does...
# Progress @diegonetto I want to create a pull request and update the Readme section on E2E Tests using Protractor. With the way I have set it up on the...
When running grunt karma, I keep on getting this error: Warning: Task "karma:continuous" failed. Use --force to continue. Is this something I am doing wrong?