mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
also editing the sw file in the static directory
This commit is contained in:
parent
fad1081f9a
commit
3a17ab8bfe
1 changed files with 2 additions and 1 deletions
|
@ -281,7 +281,8 @@ task("updateSwCacheName", function () {
|
|||
`const staticCacheName = "sw-cache-${dateString}";`
|
||||
)
|
||||
)
|
||||
.pipe(dest("./dist/"));
|
||||
.pipe(dest("./dist/"))
|
||||
.pipe(dest("static/"));
|
||||
});
|
||||
|
||||
task(
|
||||
|
|
Loading…
Add table
Reference in a new issue