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

Add ability to reload config files #186

Merged
merged 1 commit into from
Jan 4, 2019
Merged

Add ability to reload config files #186

merged 1 commit into from
Jan 4, 2019

Commits on Jan 3, 2019

  1. Add ability to reload config files

    The load is externalized into a dedicated public method so we can reload config files after a custom creation of a config file.
    
        - Config files are loaded when the class is instancied.
        - If we add a new file after, it won't be loaded.
        - We'll need to manually reload config files
    
    It’s usefull when we provide an interface to allow the user to define a custom site config (to test some rules for example)
    j0k3r committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    6e28b6a View commit details
    Browse the repository at this point in the history