Pull request #1394 added official support for this feature and is present in bower version 1.6.3 and later. Check your version with bower -v
, and run npm install -g bower
to upgrade.
For reference, please see the .bowerrc
official specification document. If this doesn’t work for you, please file an issue with bower because it is a bug.
We use it like this in our .bowerrc
such as the following:
{
"ignoredDependencies": [
"bootstrap",
"bootstrap-sass",
"bootstrap-sass-official"
]
}