Skip to content

Commit

Permalink
just a log that clarifies that this bundle emanates from the style op…
Browse files Browse the repository at this point in the history
…tion (observablehq#766)

* just a log that clarifies that this bundle emanates from the style option

closes observablehq#681

* style

Co-authored-by: Mike Bostock <[email protected]>

---------

Co-authored-by: Mike Bostock <[email protected]>
  • Loading branch information
Fil and mbostock committed Feb 13, 2024
1 parent 42818cf commit f17c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export async function build(
if ("path" in style) {
const outputPath = join("_import", style.path);
const sourcePath = join(root, style.path);
effects.output.write(`${faint("bundle")} ${sourcePath} ${faint("→")} `);
effects.output.write(`${faint("style")} ${sourcePath} ${faint("→")} `);
const code = await bundleStyles({path: sourcePath});
await effects.writeFile(outputPath, code);
} else {
Expand Down

0 comments on commit f17c425

Please sign in to comment.