More Build & Distribution Changes

Hey guys!

We have changed how ionic files are distributed a bit more again.

Starting in v0.9.24 (when it comes out), or starting now in the master release:

  • We have added an ionic.bundle.js or ionic.bundle.min.js, which includes ionic with all of its angular dependencies in one file.

Check out all the available files at http://code.ionicframework.com/#nightly.

And check out the README for all the ways to get ionic into your hands: https://github.com/driftyco/ionic#manual-start

We actually decided to put ionic-angular.js back (yay, being in alpha :smile:)!

We realized it will break almost everyone’s apps because of the loading order of scripts if we remove ionic-angular.js.

ionic.bundle.js and ionic.bundle.min.js still exist, however!