Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.

Update bower.json to only include assets you'd need when using bower. #2726

Closed
@philipwalton

Description

@philipwalton

When I currently install this library via bower install blueimp-file-upload it downloads way more files than I need. You can easily control this by adding the ignore option to your bower.json file.

The following ignore works well for jQuery-File-Upload and a similar ignore would be need for all of its dependencies that you manage:

"ignore": [
  "/*.*",
  "cors",
  "server",
  "test"
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions