Open thearabbit opened 9 years ago
Do you see jquery in your <head>
? If not, it isn't being shipped to the client.
I also have jquery as an ignored dependency but I still see it in the bower folder. I even tried uninstalling jQuery specifically (bower asks if its ok to uninstall jquery since another package depends on it, I choose yes).
But upon starting meteor again bower automatically installs jquery again. But in my bower I have jquery in ignored dependencies and also in my bower overrides
"overrides": {
"jquery": {
"main": []
},
Try putting "ignoredDependencies" in your .bowerrc, that's what worked for me.
I try add
select2
and ignorejquery
like thisbut after installed, in
.meteor/local/bower
folder hasjquery
too.