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

Modernize font creation #624

Merged
merged 4 commits into from
Aug 20, 2017
Merged

Modernize font creation #624

merged 4 commits into from
Aug 20, 2017

Commits on Jan 11, 2017

  1. Modernize font creation

    * Automate the build process, instead of writing a complicated manual
    * Update sources used by the docker image away from google code
    * Exclude MathJax-dev checkout from docker image, to allow image reuse
    * Try to keep the individual image layers small by combining RUN commands
      and removing temporary files used only during each individual step
    gagern committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    ac6724f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Allow creating fonts from local directory

    Also use hash of Dockerfile to compute image tag, in order to ensure
    creation of a new image if the Dockerfile changes.
    gagern committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    3998468 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Configuration menu
    Copy the full SHA
    420edf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a257e4 View commit details
    Browse the repository at this point in the history