1.1.4 • Published 8 years ago

bb-bower-resolver v1.1.4

Weekly downloads
7
License
ISC
Repository
github
Last release
8 years ago

bb-bower-resolver

Backbase Launchpad pluggable Resolver for bower

Requirements

  • nodejs/npm
  • bower v1.5+

Install

You can install it either globally:

npm install --global bb-bower-resolver

or add it as a devDependency to your package.json file.

Usage

Add bb-bower-resolver to the resolver list in .bowerrc

...
  "resolvers": [
    "filesystem-bower-resolver",
    "bb-bower-resolver"
  ]

If you need to change default settings (shown below), add Backbase specific properties to the .bowerrc file:

...
  "backbase": {
    "url": "https://repo.backbase.com",
    "repoPath": "backbase-development-internal-releases/com/backbase/launchpad/components/"
  }

Optional backbase properties are username and password. If you are using maven password encryption, you will need to specify your decrypted password for the resolver to work.

1.1.4

8 years ago

1.1.2

9 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago