1.1.4 • Published 7 years ago

bb-bower-resolver v1.1.4

Weekly downloads
7
License
ISC
Repository
github
Last release
7 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

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.0

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago