add mcaptcha-browser as dep

This commit is contained in:
realaravinth
2021-07-09 13:57:55 +05:30
parent 5daa46e76e
commit 704f8bf2b4
5 changed files with 11 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ fn cache_bust() {
let no_hash = vec![NoHashCategory::FileExtentions(vec!["wasm"])];
let config = BusterBuilder::default()
.source("./static/cache")
.source("./static/cache/")
.result("./assets")
.copy(true)
.no_hash(no_hash)