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

fix(client): check in bundled client code into version control #3524

Merged
merged 1 commit into from
Aug 10, 2020

Commits on May 20, 2020

  1. fix(client): check in bundled client code into version control

    New script will take care about building assets and also checking that bundled assets are up-to-date as part of CI.
    
    This provides some improvements over the previous approach from karma-runner@f5521df#commitcomment-38967493:
    
    1. It is possible to install `karma` from GitHub branch without the assumption that `browserify` is installed in user's project.
    1. Karma contributors no longer need to run `npm run build` unless they want to change client code.
    1. Simplifies runtime code.
    devoto13 committed May 20, 2020
    Configuration menu
    Copy the full SHA
    62b7474 View commit details
    Browse the repository at this point in the history