From 983671f5c369d1e4aa50c3d928f8b71f304570d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Dec 2014 22:13:17 +0100 Subject: [PATCH] 'grunt dev' task with server autoreload --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f18a304..8a4fa1d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -179,8 +179,7 @@ module.exports = function(grunt) { ]); grunt.registerTask('dev', [ - 'clean:dev', - 'less' + 'express:dev' ]); grunt.registerTask('test', [