chore: update cache-buster

This commit is contained in:
Aravinth Manivannan 2022-03-26 12:43:33 +05:30
parent 9c989ca7f6
commit 81f3f5e450
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 0 additions and 2 deletions

View File

@ -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()

View File

@ -83,7 +83,6 @@ fn cache_bust() {
.source("./static/cache")
.result("./assets")
.mime_types(types)
.copy(true)
.follow_links(true)
.build()
.unwrap();