Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keepalive dies #218

Open
joallard opened this issue May 4, 2016 · 2 comments
Open

Keepalive dies #218

joallard opened this issue May 4, 2016 · 2 comments

Comments

@joallard
Copy link

joallard commented May 4, 2016

In Gruntfile:

        connect: {
            keepalive: true
        },
$ grunt connect:keepalive
Running "connect:keepalive" (connect) task
Started connect web server on http://localhost:8000
# <1s, no input
Done, without errors.
@boynet
Copy link

boynet commented Nov 29, 2016

just figure it out - for example this config:

        connect: {
            server: {
                keepalive:true,
                options: {
                    port: 9001,
                    base: 'app/www',
                }
            },
            keepalive:true,
        }

you need to run this command:
grunt connect:server:keepalive

@joallard
Copy link
Author

Ah ok, thank you, though that's a little counter-intuitive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants