Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Merge requests
  • !670

Cdn version append

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Davide P. Cervone requested to merge github/fork/dpvc/cdn-version-append into v2.3-latest Nov 17, 2013
  • Overview 1
  • Commits 2
  • Pipelines 0
  • Changes 2

When taken from the CDN, MathJax will switch the root address from mathjax/latest to mathjax/2.3-latest. This is to avoid purge and propagation issues with the CDN, and browser cache issues. We update just MathJax.js (and unpacked/MathJax.js) in mathjax/latest, and when a user gets a new copy of it, it automatically starts getting its file and fonts from the mathjax/2.3-latest URL. And until the new MathJax.js arrives, the user continues to get v2.2 from mathjax/latest without having a mix of versions as the files propagate to the edge nodes. Later, when MathJax.js has fully propagated, we can update the rest of the files in mathjax/latest. For future versions, since only MathJax.js will actually be coming from mathjax/latest, there will be no issue with cached files, since they will be coming from different URLs.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/dpvc/cdn-version-append