Hey how can i update my version of ionic to nightly build?
Check this out: https://github.com/driftyco/ionic#manual-start
If you are using bower: bower install driftyco/ionic-bower#master
You can also download the files from here: http://code.ionicframework.com/#nightly or change your html file to reference their nightly builds (if you are just developing)
<link href="//code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
<script src="//code.ionicframework.com/nightly/js/ionic.bundle.js"></script>
Is it not working? @mhartington
Seems to be working fine for the codepens
If you’re using the cli, you can always change the version in the bower.json file.
"ionic": "driftyco/ionic-bower#1.0.0-beta.14"
to
"ionic": "driftyco/ionic-bower#master"
Hmm, interesting, seems to be on maxCDN side
1 Like
Thanks @mhartington for the information.