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

Add bower configuration file #13

Merged
merged 1 commit into from May 3, 2013
Merged

Add bower configuration file #13

merged 1 commit into from May 3, 2013

Conversation

mazurov
Copy link
Contributor

@mazurov mazurov commented May 3, 2013

Bower is a package manager for the web. Estraverse is already registered. So it will be good to have escope registred too. For that we need:

  • to have bower.json configuration file in the github repository (with estraverse dependency record)
  • install bower sudo npm -g bower
  • And register package bower register git@github.com:Constellation/escope.git

It's possible to register package without bower.json file (like it was done for estraverse), but in this case we will lose dependency information.

Bower

@Constellation
Copy link
Member

OK, LGTM. I'll merge it. Thanks

Constellation added a commit that referenced this pull request May 3, 2013
Add bower configuration file
@Constellation Constellation merged commit 75a5812 into estools:master May 3, 2013
@mazurov
Copy link
Contributor Author

mazurov commented May 3, 2013

bower/bower#120 (comment)

There is some issue with the bower registration (wrong git endpoint, that gives us an error for bower install escope). May be the registration command should be bower register git://github.com/Constellation/escope.git. In any case, currently it's no way to update it from our side and I've created an issue.

@Constellation
Copy link
Member

Oh, sorry for mis-registration.
Thanks, after that issue is accepted, I'll register escope more carefully.

@mazurov
Copy link
Contributor Author

mazurov commented May 3, 2013

I think this is the bower registration fault — they need to check the url first.

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.

None yet

2 participants