mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
Fix Gruntfile.js path for stylelint
Change-Id: I19d214f409455cf3179b3e0d57617909f8f44cad
This commit is contained in:
parent
269ef3c3af
commit
1cd8a4719a
|
@ -26,8 +26,7 @@ module.exports = function ( grunt ) {
|
|||
},
|
||||
stylelint: {
|
||||
all: [
|
||||
'modules/*.css',
|
||||
'resources/*.css'
|
||||
'modules/**/*.css'
|
||||
]
|
||||
},
|
||||
banana: {
|
||||
|
|
Loading…
Reference in a new issue