chore: update cache-buster
This commit is contained in:
parent
9c989ca7f6
commit
81f3f5e450
2 changed files with 0 additions and 2 deletions
1
build.rs
1
build.rs
|
@ -52,7 +52,6 @@ fn cache_bust() {
|
|||
let config = BusterBuilder::default()
|
||||
.source("./static/cache/")
|
||||
.result("./assets")
|
||||
.copy(true)
|
||||
.no_hash(no_hash)
|
||||
.follow_links(true)
|
||||
.build()
|
||||
|
|
|
@ -83,7 +83,6 @@ fn cache_bust() {
|
|||
.source("./static/cache")
|
||||
.result("./assets")
|
||||
.mime_types(types)
|
||||
.copy(true)
|
||||
.follow_links(true)
|
||||
.build()
|
||||
.unwrap();
|
||||
|
|
Loading…
Reference in a new issue