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

bower package #7

Closed
seiyria opened this issue May 16, 2015 · 4 comments
Closed

bower package #7

seiyria opened this issue May 16, 2015 · 4 comments

Comments

@seiyria
Copy link

seiyria commented May 16, 2015

It'd be nice to have this on bower so those of us that don't use browserify could still install this.

@jondubois
Copy link
Member

Note that you do not necessarily need browserify to install/use it. The latest standalone build is in https://github.com/TopCloud/socketcluster-client/blob/master/socketcluster.js
Or minified:
https://github.com/TopCloud/socketcluster-client/blob/master/socketcluster.min.js

^ You do need to wrap it in your own AMD define() block if you're using RequireJS though which is a bit tedious.

I will look into putting it on bower anyway to make the install process as convenient as possible.

@seiyria
Copy link
Author

seiyria commented May 16, 2015

Sure, of course. I just mean, it's much, much easier to bower install socketcluster-client. Basic configuration is pretty easy.

Thanks a ton!

@hedgepigdaniel
Copy link
Contributor

I'd also appreciate this - we use bower for client side package management where possible because it's flat dependency structure prevents us from having multiple versions of the same libraries and thereby making our JavaScript bundles unnecessarily big.

artema added a commit to artema/socketcluster-client that referenced this issue Jul 20, 2015
artema added a commit to artema/socketcluster-client that referenced this issue Jul 20, 2015
jondubois added a commit that referenced this issue Jul 20, 2015
#7 Added Bower package config.
@jondubois
Copy link
Member

Done

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

No branches or pull requests

3 participants