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

Improve build.rs to not add extra files #58

@steveklabnik

Description

@steveklabnik

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions