move import.css out of folder (VERY EXPERIMENTAL)

This commit is contained in:
coolesding 2023-10-02 10:55:57 +02:00 committed by GitHub
parent da8f8284f9
commit cdb03f0202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ for (const [bid, img] of Object.entries(data.badges)) {
}
await writeFile(
join("../../", "source", "import.css"),
join("../../", "import.css"),
uglify ? UglifyCSS.processString(dist.join("\n")) : dist.join("\n\n")
);