montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Use bower.json #78

Closed ashwinr closed 9 years ago

ashwinr commented 10 years ago

Please integrate with bower for those wanting to use this on a browser

kriskowal commented 10 years ago

There is a chance we might someday support this by generating build products and publishing them to the version branches, but it is not a near-term goal. Until then, Collections is designed for use in the browser, simply not through Bower.

ashwinr commented 10 years ago

Can you please explain the reason behind supporting browserify, but not bower? I'm sure a lot of folks would love to use this library, but are using bower to manage front-end dependencies?

On Jun 21, 2014, at 16:05, Kris Kowal notifications@github.com wrote:

There is a chance we might someday support this by generating build products and publishing them to the version branches, but it is not a near-term goal. Until then, Collections is designed for use in the browser, simply not through Bower.

— Reply to this email directly or view it on GitHub.

kriskowal commented 10 years ago

It would detract from the focus of the project unless the publishing process were automated, the test coverage thorough, both take time, and we don’t have time to spare.

Anachron commented 10 years ago

Heads up! You can install it on bother by passing 'bower install montagejs/collections@version'. You can do it with anything that is pulicly hosted on github.

Anachron commented 10 years ago

I made a small mistake, you actually need git://github.com/montagejs/collections instead of just username+repo. Sorry.