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 dev server now checks if path matches a file #268

Merged
merged 3 commits into from
May 4, 2016

Commits on Apr 30, 2016

  1. The dev server now checks if path matches a file

    Previously it'd return HTML if the accept header had text/html in it
    which when a browser requests an unknown file, it always does.
    
    This caused trouble when someone developing a site would try to click on
    a link to a static file and instead of the dev server then returning
    that file, it'd return an html file.
    
    Fixes #255
    KyleAMathews committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    65a6291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cc42bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae774b7 View commit details
    Browse the repository at this point in the history