Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

ignoredDependencies does not work #91

Closed
derwaldgeist opened this issue Jul 18, 2015 · 1 comment
Closed

ignoredDependencies does not work #91

derwaldgeist opened this issue Jul 18, 2015 · 1 comment

Comments

@derwaldgeist
Copy link

I've included the "bootstrap-sass-official" package which itself defines a dependency on jquery:

"dependencies": {
"jquery": ">= 1.9.0"
}

Because I wanted to use the meteor jquery package instead and did not want to include two versions of jquery at the same time, I added this to my bower.json file:

{
"dependencies": {
"bootstrap-sass-official": "~3.x"
},
"ignoredDependencies": [
"jquery"
]
}

I would now expect that jquery is not added to the bower packages, but each time I include the bootstrap-sass-offical, jquery is still downloaded as well. Did I misunderstand the documentation here?

@lorensr
Copy link
Collaborator

lorensr commented Jul 20, 2015

It is downloaded, but it is not included in the app – you can check by looking at the <head> in development:

image

@lorensr lorensr closed this as completed Jul 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants