Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.js files of components w/o version are renamed to index.0 after update #197

Closed
p3k opened this issue Jan 7, 2013 · 1 comment
Closed
Labels

Comments

@p3k
Copy link

p3k commented Jan 7, 2013

When I do a bower installwith the following defintition in component.js –

"native-console": "https://raw.github.com/gist/4147923/ba113ac20600d27f14d2436ee892bce530caa50c/native-console.js",

– I get a native-console directory under components containing these files:

  • component.json
  • index.js

After bower update the directory contains:

  • component.json
  • index.0

(bower version: 0.6.4)

@gustavohenke
Copy link

I have repaired that this happens sometimes, however I never searched for the reason...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants