Grunt build not working in Yo Angular
问题 I build a Angular App with Yo angular-genertor, I was building the app with Grunt Build fine, then I added Bootstrap 3 and also npm install grunt-bower-install I added these lines to the Grunt file module.exports = function (grunt) { require('load-grunt-tasks')(grunt); require('time-grunt')(grunt); //ADDED THIS LINE grunt.loadNpmTasks('grunt-bower-install'); grunt.initConfig({ yeoman: { // configurable paths app: require('./bower.json').appPath || 'app', dist: 'dist' }, //ADDED THESE LINES