From b6cc54f3a1ebbb3934f0b9c66ab776d1ddea4d95 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 16 Aug 2016 18:26:42 -0300 Subject: [PATCH] Always apply stylelint #11658 --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 467a7fcbbf17..4ed8cf0f34d8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -255,6 +255,7 @@ module.exports = function( grunt ) { ]); grunt.registerTask( 'css', [ + 'stylelint', 'sass', 'cssmin' ]);