ci: append .css
to css cache file for tooling integration
This commit is contained in:
parent
348787f494
commit
abc3a66a33
|
@ -47,7 +47,7 @@ export async function builder(
|
||||||
|
|
||||||
// const { code, map } = await builder({ filename: url.toString(), assetDir, dev })
|
// 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))
|
await Deno.writeFile(filepath, new Uint8Array(file))
|
||||||
cssImports.set(`${from}/${specifier}`, filepath)
|
cssImports.set(`${from}/${specifier}`, filepath)
|
||||||
return filepath
|
return filepath
|
||||||
|
|
Loading…
Reference in a new issue