angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.95k forks source link

chore(bower): remove bower #425

Closed jaythomas closed 6 years ago

jaythomas commented 6 years ago

Bower has recently had issues that have even come up in some of the github issues on this project. More recently though, you will now get this warning installing dependencies on this project:

➜  angular-seed git:(master) yarn install
yarn install v1.0.2
info No lockfile found.                                                              
[1/4] Resolving packages...
warning bower@1.8.2: ...psst! Your project can stop working at any moment because its dependencies can change. Prevent this by migrating to Yarn: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ 

Changes:

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


jaythomas commented 6 years ago

I signed it.

googlebot commented 6 years ago

CLAs look good, thanks!

gkalpak commented 6 years ago

This is essentially a duplicate of #390 (and #389). I am going to close it in favor of them, since they address some more issues. Thx taking the time to work on this anyway 👍

@petebacondarwin, should we move forward with #390?