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

Host out of www directory #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on May 31, 2017

  1. Ignore node_modules

    BigBlueHat committed May 31, 2017
    Configuration menu
    Copy the full SHA
    14b5185 View commit details
    Browse the repository at this point in the history
  2. Ignore build.js and config.json

    Enforce local building of code--for now.
    Prevent accidently over sharing credentials.
    BigBlueHat committed May 31, 2017
    Configuration menu
    Copy the full SHA
    b6c5bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d935e55 View commit details
    Browse the repository at this point in the history
  4. Copy index.html if absent in www/

    This provides for bootstrapping a hosting directory
    with a minimal discovery HTML document.
    
    It is copied on the first run of the server, but not
    on subsequent runs to avoid overwriting changes.
    
    Re-bootstrapping simply requires moving the `index.html`
    from the `rootPath` directory.
    BigBlueHat committed May 31, 2017
    Configuration menu
    Copy the full SHA
    738b3b4 View commit details
    Browse the repository at this point in the history
  5. Fix rootPath assumptions to work correctly

    rootPath is now...root. Other paths are all expected to
    be served from inside of rootPath (relatively).
    BigBlueHat committed May 31, 2017
    Configuration menu
    Copy the full SHA
    a19a5c8 View commit details
    Browse the repository at this point in the history
  6. Fix requestedPath construction

    Avoids double // issues
    BigBlueHat committed May 31, 2017
    Configuration menu
    Copy the full SHA
    9582f97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e94df7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7077aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Configuration menu
    Copy the full SHA
    ac0db35 View commit details
    Browse the repository at this point in the history