This repository was archived by the owner on May 20, 2020. It is now read-only.

Description
In 718768e, we added a build.rs to properly package up the assets.
The problem is, I just spent about two hours debugging a problem that boiled down to "hey steve had a data.json file lying inside of frontend/dist for some reason. So my code was writing out a data.json, only to immediately be overwritten by the old file. Ugh!
We can't do a literal whitelist because of the hashes, but maybe blacklisting other files isn't good... I dunno.