generator-ionic
generator-ionic copied to clipboard
Build hybrid mobile apps using the Ionic Framework
hooks/after_plugin_add/register_plugins.js is supposed to make sure that for a "cordova plugin add ...", a line is added to package.json, more precisely, to the cordovaPlugins array. A "ionic state restore" is...
I found this [hook here](https://gist.github.com/mlynch/284699d676fe9ed0abfa#gistcomment-1577202) and I installed `/hooks/after_prepare/update_platform_config.js` I'm making fixes related to iOS9 App Transport Security, more info [here](http://blog.ionic.io/preparing-for-ios-9/) and at [amazon here](http://mobile.awsblog.com/post/Tx2QM69ZE6BGTYX/Preparing-Your-Apps-for-iOS-9) ``` xml NSAppTransportSecurity NSExceptionDomains amazonaws.com...
As this grows and becomes more popular, it should support more than just pure javascript. There should be options at the start of the generator to select CoffeeScript. I know...
There are a lot of open PRs that fix real bugs but haven't been merged in a while. Is there anyway to merge them perhaps in a fork and re-upload...
Hi @diegonetto, as you are clearly not maintaining this repository maybe you could direct to our project that is frequently maintained with a HUGE variety of workflows for building apps...
Any idea on how to migrate the whole project to Angular 2.0?
I get this flood of errors when running sudo npm install -g generator-ionic, the confusion is killing me inside: npm WARN [email protected] requires a peer of yo@>=1.0.0 but none was...
see https://github.com/lodash/lodash/issues/1840
fixed: TypeError: Invalid data, chunk must be a string or buffer, not object
When using grunt serve, the first load is ok, but on reload I get the following spaming message : ``` Unable to update live reload: { [Error: connect ECONNREFUSED] code:...