Don't add bower components automatically to index.html.
This commit is contained in:
parent
75835ecf9e
commit
3fa715298e
|
@ -147,10 +147,6 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
// Automatically inject Bower components into the app
|
// Automatically inject Bower components into the app
|
||||||
bowerInstall: {
|
bowerInstall: {
|
||||||
app: {
|
|
||||||
src: ['<%= yeoman.app %>/index.html'],
|
|
||||||
ignorePath: '<%= yeoman.app %>/'
|
|
||||||
},
|
|
||||||
sass: {
|
sass: {
|
||||||
src: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'],
|
src: ['<%= yeoman.app %>/styles/{,*/}*.{scss,sass}'],
|
||||||
ignorePath: '<%= yeoman.app %>/bower_components/'
|
ignorePath: '<%= yeoman.app %>/bower_components/'
|
||||||
|
|
Loading…
Reference in a new issue