How to use Bower to install from a bitbucket repository

Asked

Viewed 53 times

1

Here at the company where I work, we have some libraries that we develop specifically for the company. That’s why I’m using bitbucket, with a private repository.

How can I do to install via bower, a library javascript or css, is in a private bitbucket repository? Is there any way to do this?

  • http://stackoverflow.com/questions/28070745/how-to-use-bower-with-private-bitbucket-repository

  • Ingre, pris, transleite

1 answer

3

Install using the repository URL.

Example:

bower install [email protected]:user/biblioteca.git --save

Utilize --save if you want Bower to already include this dependency in your Bower configuration file.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.