also editing the sw file in the static directory

This commit is contained in:
Miodec 2022-01-18 14:18:53 +01:00
parent fad1081f9a
commit 3a17ab8bfe

View file

@ -281,7 +281,8 @@ task("updateSwCacheName", function () {
`const staticCacheName = "sw-cache-${dateString}";`
)
)
.pipe(dest("./dist/"));
.pipe(dest("./dist/"))
.pipe(dest("static/"));
});
task(