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

Serve files from process.cwd() #8

Merged
merged 1 commit into from Sep 30, 2012
Merged

Commits on Sep 29, 2012

  1. Serve files from process.cwd()

    This allows to render markdown files that include relative links to
    images or other files hosted on Github.
    
    The patch also replaces the file serving code that was used with the
    'send' module, which is the static file serving module that is used by
    connect in order to simplify the code.
    felixge committed Sep 29, 2012
    Copy the full SHA
    bbc98af View commit details
    Browse the repository at this point in the history