From 58ab5764552cbe5ea926c27a62d6120beec313a1 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 5 Jun 2015 14:48:04 -0500 Subject: [PATCH] Update grunt watch task with new file and option names --- Gruntfile.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index b499df4f4f..f5c2d96447 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,11 +77,10 @@ var _ = require('lodash'), } }, express: { - files: ['core/server.js', 'core/server/**/*.js'], + files: ['core/ghost-server.js', 'core/server/**/*.js'], tasks: ['express:dev'], options: { - // **Note:** Without this option specified express won't be reloaded - nospawn: true + spawn: false } }, csscomb: {