Yeoman et Bower ne pas ajouter de Bootstrap CSS (AngularJS générateur)

Je suis en train de suivre un codelab sur le Yeoman page web, et jusqu'à présent, j'ai réussi à suivre (avec quelques grands hoquet l'obtention de mon environnement de développement en cours, mais maintenant, il ne reprend pas toutes les erreurs).

Donc j'ai fait mon dossier de projet et a couru yo, sélectionné AngularJS et exécuter la chose. Assez tôt dans le processus, j'ai eu une invite ? Overwrite package.json? j'ai répondu avec y et a obtenu les avertissements suivants:

npm WARN package.json codelab@0.0.0 No license field.
npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-jasmine will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency jasmine-core@* included from karma-jasmine will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency karma@>=0.9 included from karma-phantomjs-launcher will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency phantomjs@>=1.9 included from karma-phantomjs-launcher will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN peerDependencies The peer dependency karma@~0.12.0 included from grunt-karma will no
npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency 
npm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.
npm WARN optional dep failed, continuing fsevents@0.3.6

Après qu'il a fini ce qu'il faisait, alors j'ai couru bower install de nouveau juste pour être sûr (à cause de l'emballage.json chose), puis grunt serve. Maintenant grunt: done, sans erreurs, mais ma page ne charge que les main.css. J'ai un fort sentiment de la bootstrap.css fichier est manquant. Cette est à quoi il ressemble, lorsque le codelab instructions dire, il devrait ressembler à cette.

Si vous avez besoin de plus amples informations sur ce qui a été généré, voici un GitHub lien.

Toute réflexion sur ce que je fais mal (si quoi que ce soit) est la bienvenue.