mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-27 17:00:37 +00:00
Restore stylelinting
When moving the LESS files to the src folder we disabled this. Change-Id: I4d3a94c3511a7896777535a5f036c5161c6a8fcd
This commit is contained in:
parent
ad647724e5
commit
f444c15a2d
|
@ -56,7 +56,7 @@ module.exports = function ( grunt ) {
|
||||||
syntax: 'less'
|
syntax: 'less'
|
||||||
},
|
},
|
||||||
all: [
|
all: [
|
||||||
'resources/ext.popups.main/**/*.less'
|
'src/**/*.less'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Reference in a new issue