sindresorhus / grunt-shell

Run shell commands
MIT License
949 stars 126 forks source link

Difficultly exiting from a running coffeescript command #79

Closed codedependant closed 10 years ago

codedependant commented 10 years ago

Hey there,

I cant seem to exit from a coffee command. I've tried different killSignal's including 'SIGINT' but not having any luck. My configuration is pretty simple,

shell: {
  server: {
    command: "coffee server/app.coffee"
  }
}

Anyone have any suggestions? Would be much appreciated.

Cheers

sindresorhus commented 10 years ago

From the top of the readme:

Use StackOverflow for support questions.