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

Support for zip attachments from GitHub repos. #28

Closed
jayarjo opened this issue May 14, 2014 · 3 comments
Closed

Support for zip attachments from GitHub repos. #28

jayarjo opened this issue May 14, 2014 · 3 comments

Comments

@jayarjo
Copy link

jayarjo commented May 14, 2014

Now that GitHub restored their downloads feature (somewhat). It would have been very useful if in addition to:

"repository": {
  "type": "git",
  "url": "git://github.com/foo/bar.git"
}

bower.json could also support the following format:

"repository": {
  "type": "zip",
  "url": "https://github.com/foo/bar/releases/download/tag/bar_tag.zip"
}

Some repos (like ours for example) tend to not include binaries. We prefer to put them separately into a downloadable zip.

@jayarjo jayarjo changed the title Support for zip attachments on GitHub repos. Support for zip attachments from GitHub repos. May 14, 2014
@rayshan
Copy link
Member

rayshan commented Aug 2, 2014

This has been discussed before. Reason for not implementing is here: bower/bower#584 (comment)

@katowulf
Copy link

I actually don't see a reason given in the other issue or this one for not supporting github releases. Could you clarify why this would be bad or difficult?

@rayshan
Copy link
Member

rayshan commented Aug 29, 2014

This was decided a long time ago. I personally also think it's not such a bad idea but I don't know where other owners stand. We're still considering supporting this in bower/registry#23. Please voice your support there. Closing this in favor of the other issue so we don't have a lot of overlapping issues everywhere.

@rayshan rayshan closed this as completed Aug 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants