Skip to content

Commit 02f61f8

Browse files
committed
fix(build): dropped nospawn option from watch
Fixes potential blank page issues (#247)
1 parent e236ba3 commit 02f61f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

templates/common/Gruntfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ module.exports = function (grunt) {
2929
grunt.initConfig({
3030
yeoman: yeomanConfig,
3131
watch: {
32-
options: {
33-
nospawn: true
34-
},
3532
coffee: {
3633
files: ['<%%= yeoman.app %>/scripts/{,*/}*.coffee'],
3734
tasks: ['coffee:dist']

0 commit comments

Comments
 (0)