Update project to current build?

I hate to ask a really dumb question, but once a project is setup using the ionic CLI, how best do you keep it updated to bleeding edge? I’m using 1.0.0 beta and have CSS/JS issues and I want to see if nightly builds fix anything.

Bower? Just download from the website and copy over? Something else?

Much appreciated! Loving what I’m seeing so far!

Ryan

You can link to the CDN version of the nightly builds if you want.

 <link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet">
    <script src="http://code.ionicframework.com/nightly/js/ionic.bundle.min.js"></script>  

And the completely obvious easily slipped by me. thanks. :smile:

Kind Regards,
Ryan