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

The server defined in configuration gets ignored #712

Closed
andresberrios opened this issue Nov 19, 2013 · 4 comments
Closed

The server defined in configuration gets ignored #712

andresberrios opened this issue Nov 19, 2013 · 4 comments

Comments

@andresberrios
Copy link

I've spent like 5 straight hours now on this :(
I define my express app and my http server and put them in the config but then DocPad just creates a new one of each.

Diving through the code I found this https://github.com/bevry/docpad/blob/master/src/lib/docpad.coffee#L4565-L4566
I debugged a little bit and opts.serverExpress and opts.serverHttp are always undefined.

Am I doing something wrong or is this code just ignoring the servers that we define in the config?

@balupton
Copy link
Member

I'll write some tests for this now and figure out what is going on. Sorry for the inconvenience!

@balupton
Copy link
Member

This should now be fixed in v6.54.9. Can you let me know if it is?

@andresberrios
Copy link
Author

Yes! Many thanks! 👍

@balupton
Copy link
Member

Woot woot!

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