mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
feat: upadte cache-busted
This commit is contained in:
parent
fdf94f1f06
commit
abe494b6e5
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…
x
Reference in New Issue
Block a user