Open EmreErdogan opened 7 years ago
take a look to https://github.com/driftyco/ionic-v1/pull/210
Hi all, please find the new release files here: https://github.com/driftyco/ionic-v1/tree/master/release
Unfortunately, we won't be able to get this tagged soon, our release system is in a state of flux and we don't have the automation working at the moment.
For now, this is a 100% legitimate way to get the releases. Going to lock this issue so others can see the note here. Thanks.
https://github.com/driftyco/ionic/releases/tag/v1.3.2 exists, but https://github.com/driftyco/ionic/releases/tag/v1.3.3 does not. Bower can't find v.1.3.3.
The command I used is:
bower install ionic#~1.3.2 --save
This command installs 1.3.2, not 1.3.3.
If I run the following command:
bower install ionic#~1.3.3 --save
I get the following error message: ENORESTARGET No tag found that was able to satisfy ~1.3.3
Alternatively, when I try to install from https://github.com/driftyco/ionic-bower, v.1.3.3 gets installed but after running
ionic serve
, icons are not working. For example<i class="icon positive ion-chatbubbles"></i>
shows a blank square instead of the icon.