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([