feat: upadte cache-busted
This commit is contained in:
parent
fdf94f1f06
commit
abe494b6e5
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()
|
let config = BusterBuilder::default()
|
||||||
.source("./static/cache/")
|
.source("./static/cache/")
|
||||||
.result("./assets")
|
.result("./assets")
|
||||||
.copy(true)
|
|
||||||
.no_hash(no_hash)
|
.no_hash(no_hash)
|
||||||
.follow_links(true)
|
.follow_links(true)
|
||||||
.build()
|
.build()
|
||||||
|
|
|
@ -77,7 +77,6 @@ fn cache_bust() {
|
||||||
.source("./static/cache")
|
.source("./static/cache")
|
||||||
.result("./assets")
|
.result("./assets")
|
||||||
.mime_types(types)
|
.mime_types(types)
|
||||||
.copy(true)
|
|
||||||
.follow_links(true)
|
.follow_links(true)
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
Loading…
Reference in a new issue