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

Commit

Permalink
bower_components/… → /bower_components/…
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jul 3, 2015
1 parent 2960d4c commit 680f0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ module.exports = generators.Base.extend({
bowerJson: bowerJson,
src: 'app/index.html',
exclude: ['bootstrap.js'],
ignorePath: /^app\/|\.\.\//
ignorePath: /^(\.\.\/)*\.\./
});

if (this.includeSass) {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ module.exports = function (grunt) {
<% if (includeBootstrap) { -%>
exclude: ['bootstrap.js'],
<% } -%>
ignorePath: /^<%%= config.app %>\/|\.\.\//
ignorePath: /^(\.\.\/)*\.\./
}<% if (includeSass) { %>,
sass: {
src: ['<%%= config.app %>/styles/{,*/}*.{scss,sass}'],
Expand Down

0 comments on commit 680f0c8

Please sign in to comment.