ladda-bootstrap icon indicating copy to clipboard operation
ladda-bootstrap copied to clipboard

bower.io

Open nostalgiaz opened this issue 9 years ago • 9 comments

can you add this plugin to http://bower.io/ ?

nostalgiaz avatar Apr 02 '15 12:04 nostalgiaz

As a workaround, you could add the following entry to your bower.json file:

"ladda-bootstrap": "https://github.com/msurguy/ladda-bootstrap.git#02e23a8f38714f80edfbcedb4302789d9b538032"

Note that I added the latest commit's SHA to the end of the Git repo address as this project isn't being tagged accordingly.

pablodenadai avatar Apr 09 '15 14:04 pablodenadai

Isn't this already in bower?

❯ bower search ladda-bootstrap
Search results:

    ladda-bootstrap git://github.com/msurguy/ladda-bootstrap.git

frdmn avatar Apr 10 '15 09:04 frdmn

Bower uses github as repo anyway so it finds this without .bower file. But correct me if I'm wrong..

zsitro avatar Aug 15 '15 14:08 zsitro

@zsitro As far as I know you need to create a bower.json and submit it manually:

http://bower.io/docs/creating-packages/

frdmn avatar Aug 17 '15 06:08 frdmn

then how come it's in the search results? weird

zsitro avatar Aug 17 '15 06:08 zsitro

@zsitro You... You are right. I wasn't thinking about that. Interesting :D

frdmn avatar Aug 17 '15 06:08 frdmn

@frdmn I investigated this :cop:. You can add manually a repo to the registry by entering

bower register ladda-bootstrap git://github.com/msurguy/ladda-bootstrap.git

I guess this was entered earlier by someone.. since that point it's available for search and install via bower i ladda-bootstrap

zsitro avatar Aug 17 '15 07:08 zsitro

@zsitro Ha! Thanks for the update, now this makes sense :+1:

frdmn avatar Aug 17 '15 07:08 frdmn

@msurguy: Any chance of tagging the latest version of this repo so that bower users don't have to reference a commit SHA to get it?

stdavis avatar May 05 '16 22:05 stdavis