leptos-rs / cargo-leptos

Build tool for Leptos (Rust)
MIT License
314 stars 87 forks source link

Added content hash to front file names #256

Closed maccesch closed 2 months ago

maccesch commented 2 months ago

This PR goes together with https://github.com/leptos-rs/leptos/pull/2373

benwis commented 2 months ago

Overall this looks good, but lets add an option to disable hashes to the Cargo settings, in case people want to do that.

maccesch commented 2 months ago

Haha today I thought, they're going to ask for an option to disable 😄

Makes total sense!

maccesch commented 2 months ago

Overall this looks good, but lets add an option to disable hashes to the Cargo settings, in case people want to do that.

Implemented

benwis commented 2 months ago

Nice work!