You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the depency to the whole bootstrap package?
That does not make sense to me. As angularjs and angular ui bootstrap user I do not need the jquery bootstrap plugins.
But still with your dependency setting you force me to or my bower package manager to always install bootstrap although I am fine using bower bootstrap-css-only which has everything for an angularjs user except the jquery plugins and I do really not assume that your textAngular depend in any way on jquery plugins right?
So I really would prefer if the bootstrap is removed and instead write bootstrap-css-only in the dependency list.
The text was updated successfully, but these errors were encountered:
from your bower.json file:
"dependencies": {
"angular": "^1.2.x",
"bootstrap": "^3.0.x",
"font-awesome": "^4.0.x",
"rangy": "^1.2.0"
},
Why is the depency to the whole bootstrap package?
That does not make sense to me. As angularjs and angular ui bootstrap user I do not need the jquery bootstrap plugins.
But still with your dependency setting you force me to or my bower package manager to always install bootstrap although I am fine using bower bootstrap-css-only which has everything for an angularjs user except the jquery plugins and I do really not assume that your textAngular depend in any way on jquery plugins right?
So I really would prefer if the bootstrap is removed and instead write bootstrap-css-only in the dependency list.
The text was updated successfully, but these errors were encountered: