Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Add "provides" to fulfill backbone dependencies for bower package manager #45

@HongPong

Description

@HongPong

It would help when I try to include bootstrap-dependent packages via bower if "provides" included Bootstrap so that the package manager doesn't try to generate a vanilla bootstrap to satisfy dependencies.

I ran into the problem trying to install https://github.com/msurguy/ladda-bootstrap/blob/master/bower.json

Similar to this:

// lodash.js — component.json
{
  "name": "lodash",
  "version": "1.0.x",
  "main": "lodash.js",
  "provides": {
    "underscore": "1.4.x"
  }
}

Re: bower/bower#291
I'm pretty new to using Bower and Bootstrap but I think this would help. Thanks, the framework is great.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions