Skip to content

Commit 42c43e1

Browse files
committed
Added bower_components and gulpfile to walk exceptions.
1 parent e56f4ae commit 42c43e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports.walk = function (dir, opts) {
6464
}
6565

6666
if (!opts.exception) {
67-
opts.exception = /\.git|\.min|node_modules|test|gruntfile/i;
67+
opts.exception = /\.git|\.min|node_modules|bower_components|test|gruntfile|gulpfile/i;
6868
}
6969

7070
if (fs.existsSync(dir) && fs.statSync(dir).isDirectory()) {

0 commit comments

Comments
 (0)