Restore stylelinting

When moving the LESS files to the src folder we disabled this.

Change-Id: I4d3a94c3511a7896777535a5f036c5161c6a8fcd
This commit is contained in:
jdlrobson 2018-05-31 12:56:54 +01:00 committed by Jdlrobson
parent ad647724e5
commit f444c15a2d

View file

@ -56,7 +56,7 @@ module.exports = function ( grunt ) {
syntax: 'less'
},
all: [
'resources/ext.popups.main/**/*.less'
'src/**/*.less'
]
},
watch: {