ci: append .css to css cache file for tooling integration

This commit is contained in:
Julien Oculi 2024-02-05 12:48:21 +01:00
parent 348787f494
commit abc3a66a33

View file

@ -47,7 +47,7 @@ export async function builder(
// const { code, map } = await builder({ filename: url.toString(), assetDir, dev })
const filepath = join(assetDir, filename)
const filepath = join(assetDir, `${filename}.css`)
await Deno.writeFile(filepath, new Uint8Array(file))
cssImports.set(`${from}/${specifier}`, filepath)
return filepath