test util: update cahce processor & update readme badge

This commit is contained in:
realaravinth
2021-05-29 13:01:15 +05:30
parent c873d152c3
commit fc34353e67
3 changed files with 4 additions and 4 deletions

View File

@@ -77,8 +77,8 @@ fn cache_bust() {
];
let config = BusterBuilder::default()
.source("./static-assets")
.result("./static")
.source("./static/cache")
.result("./assets")
.mime_types(types)
.copy(true)
.follow_links(true)