diff --git a/Gruntfile.js b/Gruntfile.js index 53b3433..5d49a79 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,14 +10,17 @@ module.exports = function ( grunt ) { all: [ '*.js', '**/*.js', - '!node_modules/**' + '!node_modules/**', + '!vendor/**' ] }, jsonlint: { all: [ '*.json', '**/*.json', - '!node_modules/**' + '.stylelintrc', + '!node_modules/**', + '!vendor/**' ] }, banana: conf.MessagesDirs, @@ -28,7 +31,8 @@ module.exports = function ( grunt ) { all: [ '*.{le,c}ss', '**/*.{le,c}ss', - '!node_modules/**' + '!node_modules/**', + '!vendor/**' ] } } );