mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -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
|
> deno bundle https://deno.land/std@$STD_VERSION/examples/colors.ts colors.bundle.js
|
||||||
Bundling "colors.bundle.js"
|
Bundle https://deno.land/std@$STD_VERSION/examples/colors.ts
|
||||||
Emitting bundle to "colors.bundle.js"
|
Download https://deno.land/std@$STD_VERSION/examples/colors.ts
|
||||||
9.2 kB emitted.
|
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`.
|
If you omit the out file, the bundle will be sent to `stdout`.
|
||||||
|
|
Loading…
Reference in a new issue