From 1cd8a4719a5242701a6d4d9924f43acf667fec65 Mon Sep 17 00:00:00 2001 From: Thalia Date: Tue, 25 Aug 2020 16:01:44 +0100 Subject: [PATCH] Fix Gruntfile.js path for stylelint Change-Id: I19d214f409455cf3179b3e0d57617909f8f44cad --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 0ac5fcf0..18b60cf1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -26,8 +26,7 @@ module.exports = function ( grunt ) { }, stylelint: { all: [ - 'modules/*.css', - 'resources/*.css' + 'modules/**/*.css' ] }, banana: {