From bda13273d72bdf9d71c0f66a6eefb4834c9a64c2 Mon Sep 17 00:00:00 2001 From: Brad Mackenzie Date: Tue, 22 Jul 2014 12:55:29 -0400 Subject: [PATCH] Updated Gruntfile.js --- app/templates/Gruntfile.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/templates/Gruntfile.js b/app/templates/Gruntfile.js index 5660e657..11775af3 100644 --- a/app/templates/Gruntfile.js +++ b/app/templates/Gruntfile.js @@ -444,12 +444,7 @@ module.exports = function (grunt) { grunt.registerTask('serve', function (target) { if (target === 'dist') { - return grunt.task.run([ - 'build', - 'configureProxies', - 'php:dist', - 'connect:dist:keepalive' - ]); + return grunt.task.run(['build', 'configureProxies', 'php:dist', 'connect:dist:keepalive']); } grunt.task.run([