Oddbean new post about | logout
 What do you think about including reproducible files that are not tracked by Git in a published crate?

It is about including static files like bundled JS and CSS in the published crate. In my opinion, since these files are auto-generated and reproducible, they shouldn't be on Git.

Here is an example:

https://docs.rs/crate/oxitraffic/0.4.5/source/static/

#RustLang #Rust 
 @5150cec1 https://github.com/rust-lang/cargo/issues/12552 proposes a built-in way of doing this.