From 35b5a4d2a1c44636037a0b7c579ed7410a705202 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 15 Oct 2016 21:51:19 +0200 Subject: [PATCH] Fix name of less subtask. --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a5ab4ae..50b2124 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -104,7 +104,7 @@ module.exports = function(grunt) { // Generate needed files. grunt.registerTask('feGen', [ // Generate CSS from Less. - 'newer:less:frontend' + 'newer:less:frontendDev' ]); // Linting