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

[bugfix] allow auspice view to work with custom auspice clients #1182

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 14, 2020

  1. [bugfix] allow auspice view to work with custom auspice clients

    When running `auspice view` there is some logic to ask if we have a customised client bundle present, which we should serve, or whether we should serve the vanilla (default) auspice client.
    
    PR #1126 introduced hashes into the (client) JS bundle names, which resulted in this logic missing when there was a customised client present, so we would always fall back to the vanilla auspice client.
    jameshadfield committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d5c77d4 View commit details
    Browse the repository at this point in the history