]> git.cworth.org Git - lmno.games/commit - empires/index.html
Merge in empires-html client
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:53:51 +0000 (07:53 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 14:53:51 +0000 (07:53 -0700)
commitab1f9903376d346bd6230f03169408464ee7b526
tree26492c163843413cdc5af227f246ad7ccadcec73
parentca03ace15308f45d6e49f53122991ca6664af29e
parent2ba03213c9f00ac865e80f57dd6eff1fa02f0341
Merge in empires-html client

This HTML client for the empires game was originally developed in a
separate repository (and at the top-level).

In order to create this commit, I first rewrote the history of the
empires-html repository with:

git-filter-repo --path-rename '':empires/

to move all of its content down into the empires sub-directory.

I then fetched things over to thi repository with:

git fetch ../empires-html-filtered
        git merge --allow-unrelated-histories FETCH_HEAD

Going forward, we can develop the empires client within a
sub-directory of the lmno.games content (so they can share common
resources such as reset.css and style.css, etc.).