Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(build): dropped nospawn option from watch
Browse files Browse the repository at this point in the history
Fixes potential blank page issues (#247)
  • Loading branch information
passy committed Jun 24, 2013
1 parent e236ba3 commit 02f61f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/common/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 02f61f8

Please sign in to comment.