Update base app

Hey,

I ran

ionic start myApp tabs

a couple weeks ago and downloaded the base app and started working on it. I recently noticed the github version of the base app has bower.json and a few other files that allow you to change the Ionic version running with the app. I want to make sure I’m running the latest, but I don’t have a bower.json file in my proj (this file was added 12 days ago).

How do I update the project without affecting my code? Do I just download the bower.json file and edit it or do I run some command to do this?

Basically you need two files in you app’s root directory:

.bowerrc and bower.json

then run bower update

More info about ionic-bower versions: https://github.com/driftyco/ionic-bower#versions

1 Like

Wow, that worked perfectly!

Thank you so much!!!

1 Like