twilson63 / express-coffee

A Template for NodeJs Application using Express, CoffeeScript, Jade, Stylus, Nib
http://twilson63.github.io/express-coffee
MIT License
626 stars 152 forks source link

Add the port details to the "Listening..." message #10

Closed jgable closed 12 years ago

jgable commented 12 years ago

Great framework, thanks for your work putting this together.

I think it's helpful to show the port number on the Listening... message. This is one example of how I make that change when using this template on my projects, maybe someone else has some input on a better way to style it.

jgable commented 12 years ago

Forgot to change the single quotes to double quotes...

twilson63 commented 12 years ago

@jgable thanks for the request, I went ahead and modified the app.coffee file.