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

Adding bower.json #135

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adding bower.json #135

wants to merge 3 commits into from

Conversation

k0adh
Copy link

@k0adh k0adh commented Jan 21, 2014

Hello, my first pull request so I hope this is right.

Adding bower.json to make this work with the bower package management system.

@seifsallam
Copy link

There is already bower support

@k0adh
Copy link
Author

k0adh commented Jan 26, 2014

Quite possible that I am not aware of how to use bower properly. This is the issue I am dealing with. There seem to be 3 package manager files in every package these days, component.json bower.json and package.json. Bower used to use component.json but then moved away from it for whatever reasons. They are all very similar and look to be built automatically at the same time in most packages.

I am running bower v 1.2.8 and when I install ember-auth it looks for bower.json for it's dependancies and main files for _js _css _images. Because this doesn't exist bower is not picking up the dependancies and in my case is not automatically adding the "main" files to my project.

@seifsallam
Copy link

I'm running 1.2.8 too. If you do bower search ember-auth it should be there as top result. You can install it using bower install ember-auth --save, this will install and save it to your bower.json.

Also if you check the docs you'll see the first section with dropdown to choose your installation

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

Successfully merging this pull request may close these issues.

2 participants