/*!
* Copyright 2013 Drifty Co.
* http://drifty.com/
*
* Ionic, v0.9.17
* A powerful HTML5 mobile app framework.
* http://ionicframework.com/
*
* By @maxlynch, @helloimben, @adamdbradley <3
*
* Licensed under the MIT license. Please see LICENSE for more information.
*
*/;
// Create namespaces
How can we get access to the new one via Plunker? Also, is there any way to get different releases via the CDN? I tried dabbling with the URL to get different versions or even a directory listing but no luck.
Well I can’t say about plunker, but personally I use bower locally
Since this project is on heavy development and I point it to “master” branch.
When I get to work on my project I simply do “bower update” to get the latest changes (I’m on development atm so I don’t mind things breaking).
My bower.json is:
That’s what I’m doing locally as well. However, without have a publicly accessible link to the newest releases, it’s fought to share samples and show bugs via Plunker.