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
Description
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
Labels
No labels