Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Fix wiredep ignore path in Sass files
Browse files Browse the repository at this point in the history
Fixes #568.
Closes #569.
  • Loading branch information
silvenon committed Jul 6, 2015
1 parent 51ca7c8 commit fef167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module.exports = function (grunt) {
}<% if (includeSass) { %>,
sass: {
src: ['<%%= config.app %>/styles/{,*/}*.{scss,sass}'],
ignorePath: /(\.\.\/){1,2}bower_components\//
ignorePath: /^(\.\.\/)+/
}<% } %>
},

Expand Down

0 comments on commit fef167f

Please sign in to comment.