]> git.cworth.org Git - lmno.games/commitdiff
Provide any downloaded deps/*.js files to git clone during deployment
authorCarl Worth <cworth@cworth.org>
Mon, 25 May 2020 23:55:52 +0000 (16:55 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 26 May 2020 03:53:38 +0000 (20:53 -0700)
This is simply so that the deploy process doesn't need to download
anything that we might already have downloaded. We do explicitly call
"make deps" still to force verification of the checksums of the .js
files (even though we didn't just download them). This ensures that
these resource (which aren't otherwise tracked in git) haven't been
modified.


No differences found