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

how to install payment font by bower? #31

Closed
hyzhak opened this issue Jan 12, 2015 · 8 comments
Closed

how to install payment font by bower? #31

hyzhak opened this issue Jan 12, 2015 · 8 comments
Assignees
Milestone

Comments

@hyzhak
Copy link

hyzhak commented Jan 12, 2015

Hello, I can't find paymentfont with bower

> bower search paymentfont

returns

No results.
@hyzhak hyzhak changed the title how to install by bower? how to install payment font by bower? Jan 12, 2015
@rstacruz
Copy link

I tried to take the liberty of registering this myself:

bower register paymentfont git://github.com/vendocrat/PaymentFont.git

But it seems there's an error in bower.json for v1.0.0. This is fixed in master though.

@AlexanderPoellmann
Copy link
Owner

Yep, that error in bower.json was fixed in a pull request, but we obviousloy forgot to register it. Works for me so far now! Is it working for you @hyzhak?

@marcokernler
Copy link

Also doesn't work for me:

$ bower search paymentfont
No results.

I tried also to register the plugin, but it seems there's still an error in bower.json

$ bower register paymentfont git://github.com/vendocrat/PaymentFont.git
bower paymentfont#*            resolve git://github.com/vendocrat/PaymentFont.git#*
bower paymentfont#*           download https://github.com/vendocrat/PaymentFont/archive/v1.0.0.tar.gz
bower paymentfont#*            extract archive.tar.gz
bower paymentfont#*         EMALFORMED Failed to read /var/folders/vq/n_nb9nf57d1b1zxb1m0f_0580000gn/T/marcokernler/bower/paymentfont-39496-hulmU9/bower.json

Additional error details:
Unexpected token ]

@t1st3
Copy link

t1st3 commented Mar 17, 2015

Hi there,
I also tried to register and got the same error, and I think I spotted the problem.

When browsing the source for release 1.0.0, there is an error (an eol comma) in bower.json:
https://github.com/vendocrat/PaymentFont/blob/v1.0.0/bower.json#L9

Bower works with git tags.
Meaning: although this comma has been fixed, the bower register command will try to register the files as they were on tag 1.0.0, and then will get an errored bower.json.

To solve this, the project should be patched and then have an new tag, say 1.0.1.

Only after that, we can try again the bower register command.

@tomsommer
Copy link

Please tag 1.0.1

@t1st3
Copy link

t1st3 commented Apr 17, 2015

+1
@AlexanderPoellmann

@rstacruz
Copy link

pleeeasse just tag it

@AlexanderPoellmann
Copy link
Owner

I'm sorry guys, I've been busy with family and work. PaymentFont v1.1.0 should now be available via Bower too!

@AlexanderPoellmann AlexanderPoellmann added this to the 1.1.0 milestone Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants