Don't add bower components automatically to index.html.

This commit is contained in:
Your Name 2014-06-06 12:05:21 +02:00
parent 75835ecf9e
commit 3fa715298e

View file

@ -147,10 +147,6 @@ module.exports = function (grunt) {
// Automatically inject Bower components into the app
bowerInstall: {
app: {
src: ['<%= yeoman.app %>/index.html'],
ignorePath: '<%= yeoman.app %>/'
},
sass: {
src: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'],
ignorePath: '<%= yeoman.app %>/bower_components/'