Automatically call bower_components in the header

0

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?

    
asked by anonymous 15.08.2014 / 03:36

1 answer

1

I found this solution, a plugin for Grunt that injects directly into the html: link

    
15.08.2014 / 04:22