tidev / gittio

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

CLI: install doesn't copy widget assets #78

Closed manumaticx closed 10 years ago

manumaticx commented 10 years ago

I've just installed an Alloy widget with the gittio CLI. At the first try it didn't update the config.json. No problem, it worked on the second call:

Manuels-iMac:fde-app manu$ gittio install starrating
[INFO]  starrating searching...
[INFO]  starrating@1.0:ios,android,mobileweb downloading...
[INFO]  starrating@1.0:ios,android,mobileweb installing...
Manuels-iMac:fde-app manu$ gittio install starrating
[INFO]  starrating searching...
[WARN]  starrating@1.0:ios,android,mobileweb already installed
[INFO]  starrating added to config.json

But the actual bug I'm reporting here is that gittio did not copy the assets directory for this widget.

It would also be great if it could skip images that are in the root directory of the widget, for example the starrating.png here.

gittio version is 0.4.3

FokkeZB commented 10 years ago

I fixed your first error. The second one for now I'll leave as it is. I might support ignore-lists later.