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

Bundle UI assets #643

Merged
merged 2 commits into from
May 6, 2019
Merged

Bundle UI assets #643

merged 2 commits into from
May 6, 2019

Commits on Apr 16, 2019

  1. vendor: add github.com/rakyll/statik

    The updates to seemingly unrelated package checksums in go.mod are
    likely caused by vendoring with a Go version newer than 1.11.3
    (see http://golang.org/issue/29278).
    
    Signed-off-by: Peter Schultz <peter.schultz@classmarkets.com>
    pschultz committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    77ef33a View commit details
    Browse the repository at this point in the history
  2. ui: Bundle assets

    Use statik to bundle UI assets, so the UI works without an Internet
    connection and with Browser privacy plugins.
    
    Closes #502.
    
    Signed-off-by: Peter Schultz <peter.schultz@classmarkets.com>
    pschultz committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    53c6952 View commit details
    Browse the repository at this point in the history