Version control on Ionic Project

Hi there!

I’m working on a new project and giving Ionic a try. So far it’s been good. However, I’m working with another person. Today for example I decided to add a new plugin, camera one.

However, that doesn’t seem to be persisted on Git. And even if it were, (just a config file would suffice) how can one maintain the plugins in sync?

For example, if I decide to add a new bower package, I just need to update the bower.json file and then run bower install and that’d be it.

What should be the process with Ionic?

Maybe this post could give you some ideas on handling the plugin adventures:

https://www.mail-archive.com/dev@cordova.apache.org/msg13102.html

1 Like