move import.css out of folder (VERY EXPERIMENTAL)
This commit is contained in:
parent
da8f8284f9
commit
cdb03f0202
2 changed files with 2 additions and 2 deletions
2
.github/scripts/generate/index.mjs
vendored
2
.github/scripts/generate/index.mjs
vendored
|
|
@ -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")
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue