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

Problem with bower #29

Open
rkeshmir opened this issue May 7, 2015 · 3 comments
Open

Problem with bower #29

rkeshmir opened this issue May 7, 2015 · 3 comments

Comments

@rkeshmir
Copy link

rkeshmir commented May 7, 2015

Please add this repository to bower.io so that we can install it with bower

@g00glen00b
Copy link

You should already be able to install it with Bower, though it will not pop up in the online search results:

g00glen00b$ bower search entypo
Search results:

    entypo git://github.com/danielbruce/entypo.git
    entypo-plus git://github.com/chancancode/entypo-plus.git
    entypo-css-only git://github.com/g00glen00b/entypo.git

Also, Bower allows you to directly install any Git repository with it.

However, they could indeed improve the support by adding a bower.json file and adding ignored files, tagging builds, ... .

@rkeshmir
Copy link
Author

So I should type bower install entypo --save ?

@g00glen00b
Copy link

Yeah, it will work, but like I said before, they could improve it by tagging builds and ignoring files.

You can either use:

bower install entypo
bower install danielbruce/entypo
bower install git://github.com/danielbruce/entypo.git

Anyways, every repository that can be found on Github (or any other Git repository) can be used within Bower.

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

2 participants