I'm using bower to download and maintain the dependencies I'm going to need to use in the project. If I understood correctly I can run a bower update and update them for me.
I'm having jquery, bootstrap, backbone in the bower_components folder but it's not being called in my "header.php", how to do this automatically? Forever update with new versions that will be downloaded in the future?
Should I use Grunt for this? Is it going to call the dependencies in some file that I select?