brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive
http://brandly.github.io/angular-youtube-embed/
MIT License
510 stars 147 forks source link

discourage bower usage? #92

Closed Travo100 closed 8 years ago

Travo100 commented 8 years ago

Hello there,

I saw that you are discouraging bower usage of this directive, and I'm just wondering why so? Also, if we would still like to use bower, how would we go about this?

Thanks!

brandly commented 8 years ago

part of this is just my own personal preference. i think npm is great. i've had unpleasant experiences with bower.

there was also an announcement that development on bower had stopped, which is when i started discouraging use here. however, since then, they announced that people are working on bower again.

soooooo who knows what'll happen in the future. you won't find me using bower, but you're more than welcome to do so :smile:

$ bower install --save angular-youtube-mb
Travo100 commented 8 years ago

Thanks for your quick response. Hopefully bower sticks around, I use it quite a bit, and find it really helps streamline my process.

aluanhaddad commented 8 years ago

For what it's worth, I use jspm. After using bower for a while, I came to the conclusion that it is pretty useless.