Okay, so I got out of this by changing my bower.json from:
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <[email protected]>"
],
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7"
},
"resolutions": {
"bootstrap": "v4.0.0-alpha.4"
}
}
to:
{
"name": "sage",
"homepage": "https://roots.io/sage/",
"authors": [
"Ben Word <[email protected]>"
],
"dependencies": {
"bootstrap": "v4.0.0-alpha.4"
}
}
Then
bower update
And then
gulp
I’ll use this for adding the menu. Correct me please if I there is a better way.