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

Remove packages.path config and replace it with public_dir #118

Merged
merged 1 commit into from
Oct 21, 2019

Commits on Oct 21, 2019

  1. Remove packages.path config and replace it with public_dir

    The only thing needed to start the server is having it pointed to the public directory to serve files from there. What the internal name is for the packages directory is an implementation detail.
    
    Some refactoring of the code was needed for this change. Now path variables are passed to the handler instead of using a global variable. This also makes it simpler to test individually instead of modifying global variables.
    ruflin committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    0f63bc7 View commit details
    Browse the repository at this point in the history