mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
docs: update deno bundle output to single line (#7734)
This commit is contained in:
parent
1a27c19c58
commit
54d897c140
1 changed files with 4 additions and 3 deletions
|
@ -5,9 +5,10 @@ dependencies of the specified input. For example:
|
|||
|
||||
```
|
||||
> deno bundle https://deno.land/std@$STD_VERSION/examples/colors.ts colors.bundle.js
|
||||
Bundling "colors.bundle.js"
|
||||
Emitting bundle to "colors.bundle.js"
|
||||
9.2 kB emitted.
|
||||
Bundle https://deno.land/std@$STD_VERSION/examples/colors.ts
|
||||
Download https://deno.land/std@$STD_VERSION/examples/colors.ts
|
||||
Download https://deno.land/std@$STD_VERSION/fmt/colors.ts
|
||||
Emit "colors.bundle.js" (9.83KB)
|
||||
```
|
||||
|
||||
If you omit the out file, the bundle will be sent to `stdout`.
|
||||
|
|
Loading…
Reference in a new issue