Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

v1.2.0

Compare
Choose a tag to compare
@jessicaschilling jessicaschilling released this 27 Jul 21:29
· 12 commits to master since this release
9603194

This release streamlines the process for making future updates to this repo:

  • Moves source-of-truth HTML and CSS files into new src directory (details)
  • Adds build script in package.json to generate minified/inlined dir-index.html at top level from individual files in src directory (details)
  • Adds GitHub Action to guard against committing state where dir-index.html does not match source materials in src (details)