diegonetto / generator-ionic

Build hybrid mobile apps using the Ionic Framework
MIT License
1.74k stars 336 forks source link

Update install_plugins.js #185

Closed sirikon closed 7 months ago

sirikon commented 9 years ago

I've got some issues when the plugins are installed asynchronously, (some plugins are installed in the iOS project, some not), this is fixed if the plugin install process is made synchronously. This is slower, but fixes the problem, and I think its not a huge issue to wait some extra seconds.