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
I'd like to propose the use of Bower for a bunch of these 3rd party libraries... Things are already falling behind and it'll get worse. I also fear that some issues being reported may be issues with some of the third party libraries that would be remedied simply by pulling down the latest version.
It's no fun maintaining a bunch of dependencies and ensuring they are all up to date when you already have so much on your plate with your own code. So Bower would really help out in this case.
This would place things into a "bower_components" directory but you could change that destination directory I believe so it can still be "vendor" and what not. Well I know you can, but I'm not sure if you can from a bower.json config file.
Side note: You may not wish to put Twitter Bootstrap under Bower (for now) since it would likely require a move to Bootstrap 3 which would require a bit of change across the board.
The text was updated successfully, but these errors were encountered:
I'd like to propose the use of Bower for a bunch of these 3rd party libraries... Things are already falling behind and it'll get worse. I also fear that some issues being reported may be issues with some of the third party libraries that would be remedied simply by pulling down the latest version.
It's no fun maintaining a bunch of dependencies and ensuring they are all up to date when you already have so much on your plate with your own code. So Bower would really help out in this case.
This would place things into a "bower_components" directory but you could change that destination directory I believe so it can still be "vendor" and what not. Well I know you can, but I'm not sure if you can from a bower.json config file.
Side note: You may not wish to put Twitter Bootstrap under Bower (for now) since it would likely require a move to Bootstrap 3 which would require a bit of change across the board.
The text was updated successfully, but these errors were encountered: