Skip to content

Commit

Permalink
Added content hash to front file names (#256)
Browse files Browse the repository at this point in the history
* Added content hash to front file names

* Added config option to disable frontend file name hash
  • Loading branch information
maccesch authored Feb 28, 2024
1 parent 31e83de commit bb94afd
Show file tree
Hide file tree
Showing 14 changed files with 808 additions and 699 deletions.
20 changes: 19 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
Expand Down Expand Up @@ -61,9 +60,9 @@ wasm-bindgen-cli-support = "0.2"
ansi_term = "0.12"

reqwest = { version = "0.11", features = [
"blocking",
"rustls-tls",
"json",
"blocking",
"rustls-tls",
"json",
], default-features = false }
seahash = "4.1"
dirs = "5.0"
Expand All @@ -80,6 +79,8 @@ leptos_hot_reload = "0.5"
pathdiff = { version = "0.2.1", features = ["camino"] }
semver = "1.0.19"
async-trait = "0.1.72"
md-5 = "0.10.6"
base64ct = { version = "1.6.0", features = ["alloc"] }

[dev-dependencies]
insta = { version = "1.31.0", features = ["yaml"] }
Expand Down
Loading

0 comments on commit bb94afd

Please sign in to comment.