From 02f61f823f10abf6b3c9e5d76ab0660bf3cd387d Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 24 Jun 2013 22:32:49 +0200 Subject: [PATCH] fix(build): dropped nospawn option from watch Fixes potential blank page issues (#247) --- templates/common/Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 27df1dffa..264eb964d 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -29,9 +29,6 @@ module.exports = function (grunt) { grunt.initConfig({ yeoman: yeomanConfig, watch: { - options: { - nospawn: true - }, coffee: { files: ['<%%= yeoman.app %>/scripts/{,*/}*.coffee'], tasks: ['coffee:dist']