Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more dependency in your bower.json to bootstrap #527

Closed
bastienJS opened this issue Feb 1, 2015 · 2 comments
Closed

No more dependency in your bower.json to bootstrap #527

bastienJS opened this issue Feb 1, 2015 · 2 comments

Comments

@bastienJS
Copy link

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.

@SimeonC
Copy link
Collaborator

SimeonC commented Feb 1, 2015

I didn't know their was a bootstrap-css-only package, I've just always installed bootstrap and ignored the extra jQuery stuff.

I'll look into it.

@bastienJS
Copy link
Author

WOW what a quick response and good decision, bravo Simeon 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants