tidev / gittio

Search & Install all Titanium Modules and Alloy Widgets on GitHub
http://gitt.io
Other
24 stars 19 forks source link

Alloy widget installation issue. #104

Closed iskugor closed 9 years ago

iskugor commented 9 years ago

Hi.

I tried to install Alloy widget with Gittio but it was installed in weird way. Seems like widget code was reverted to first commit.

To see issue, create empty Alloy project and run: gittio install StarRating

Go to "widgets" directory and check out source files in StarRating directory.

They should be identical to this (first) commit: https://github.com/jbeuckm/AlloyStarRatingWidget/commit/60ace4b77b4b3bbbd0594ea4b71f81e08e827aaf

while latest code can be found here: https://github.com/jbeuckm/AlloyStarRatingWidget

My Gittio version is 0.5.5.

If you need more information from me please let me know.

FokkeZB commented 9 years ago

gittio will install the first commit in which it found the version. In this case the version has been unchanged all the time since that commit so it will install that.

If you want master, then install with gittio install StarRating@master

iskugor commented 9 years ago

Ahhh, ok, thanks :+1: