1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00

docs: update deno bundle output to single line (#7734)

This commit is contained in:
Trivikram Kamat 2020-09-27 19:46:19 -07:00 committed by GitHub
parent 1a27c19c58
commit 54d897c140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.