Fix Gruntfile.js path for stylelint

Change-Id: I19d214f409455cf3179b3e0d57617909f8f44cad
This commit is contained in:
Thalia 2020-08-25 16:01:44 +01:00
parent 269ef3c3af
commit 1cd8a4719a

View file

@ -26,8 +26,7 @@ module.exports = function ( grunt ) {
},
stylelint: {
all: [
'modules/*.css',
'resources/*.css'
'modules/**/*.css'
]
},
banana: {