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

Replace Google Closure minifier with Terser #90

Merged
merged 7 commits into from
May 11, 2020

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    60e62c1 View commit details
    Browse the repository at this point in the history
  2. Remove Google Closure Compiler from dependencies

    Y0hy0h committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    62b71e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Run terser in parallel

    Y0hy0h committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    0ddb724 View commit details
    Browse the repository at this point in the history
  2. Disable Elm-specific optimizations

    For the time being, we cannot guarantee that the file to be compressed is generated by Elm. Therefore we cannot apply its special optimizations.
    Y0hy0h committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    59e061a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    29719cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7bbc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8698d View commit details
    Browse the repository at this point in the history