blai / grunt-express-angular-example

Sample app that shows the usage of grunt-express v1.0
66 stars 30 forks source link

`grunt server:dist` Doesn't Stay Open With keepalive #6

Open jasich opened 10 years ago

jasich commented 10 years ago

When you execute grunt server:dist you can see that after the build occurs that the express:dist:keepalive task is run, but the server does not stay open and grunt exits .

Console Output:

Running "open:server" (open) task

Running "express:dist:keepalive" (express) task

Running "express-server:dist" (express-server) task
Web server started on port:9000, no hostname specified [pid: 45270]

Done, without errors.
lynndylanhurley commented 10 years ago

I'm having the exact same issue.