Skip to content

Bartvds/demo-grunt-connect-hang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-grunt-connect-hang

On windows using grunt v0.4.2 using grunt-contrib-connect the process hangs after a task fails instead of closing as expected.

There are two folders with a package.json and a Gruntfile

  • One with grunt v0.4.2 (stream properly but hang)
  • One for grunt v0.4.1 (doesn't always stream properly but finishes)

For each folder:

$ npm install

Each has two tasks:


$ grunt build
  1. run grunt-contrib-connect
  2. pass a task
  3. this exits on both versions

$ grunt test
  1. run grunt-contrib-connect
  2. fail a task
  3. in WebStorm as external task this fails when used on on grunt v0.4.2. On grunt v0.4.1 it passes (except you might suffer the node,js windows buffer problem).

Fun problem. Where to go with this?

About

demo-grunt-connect-hang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published