generator-ionic
generator-ionic copied to clipboard
Error on Facebook Connect Plugin
Hi,
I'm experiencing some trouble working with facebook connect plugin and this generator, the plugin needs some parameter when u run plugin add. I've got the current situation:
- I add the plugin when developing for Android, passing parameters with no problem (I'm using a Linux Here).
- I switch to mac to build on iOS.
- I git pull my project, and run grunt platform:add:ios
- Generator tries to install all plugins but fails on adding facebook connect because it did not passes those arguments.
My solution was to remove the facebook connect plugin and add it again passing all arguments. It is a simple fix but is not optimal. Is there a way to save the arguments I used to add the plugin, so when I add another platform it installs with those arguments?
Thx for the great generator!