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()
|
||||
.source("./static/cache/")
|
||||
.result("./assets")
|
||||
.copy(true)
|
||||
.no_hash(no_hash)
|
||||
.follow_links(true)
|
||||
.build()
|
||||
|
|
|
@ -77,7 +77,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