Skip to content

asciinema

This folder contains the asciinema javascript and css files. These have been downloaded from the asciinema release page.

Update asciinema

  1. Download asciinema-player.css and asciinema-player.min.js from the [latest asciinema release}(https://github.com/asciinema/asciinema-player/releases).
  2. Rename both files to add in the version (-VERSION) they correspond too.
  3. mv asciinema-player.css asciinema-player-VERSION.css
  4. mv asciinema-player.min.js asciinema-player-VERSION.min.js
  5. Edit mkdocs.yml to update the information in extra_css and extra_javascript.
  6. Delete the old versions of these files.