I have generated an AngularJS project with yeoman, and have the standard 'Allo, 'Allo! page working.
I then decided to add restangular to the project, so executed "bower install restangular" which correctly installed the package (bower list shows the restangular reference).
However, I expected the index.html file to automatically be update with the correct script references to restangular and its dependencies.
Am I using the wrong yeoman convention for installing additional dependencies?