From f444c15a2d581a0796fbf20e6156e150533240bd Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 31 May 2018 12:56:54 +0100 Subject: [PATCH] Restore stylelinting When moving the LESS files to the src folder we disabled this. Change-Id: I4d3a94c3511a7896777535a5f036c5161c6a8fcd --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 17201b64b..5d4106b85 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -56,7 +56,7 @@ module.exports = function ( grunt ) { syntax: 'less' }, all: [ - 'resources/ext.popups.main/**/*.less' + 'src/**/*.less' ] }, watch: {