From 54d897c140c5c5f294f69c8e6b87f7d169c21066 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Sun, 27 Sep 2020 19:46:19 -0700 Subject: docs: update deno bundle output to single line (#7734) --- docs/tools/bundler.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/tools') diff --git a/docs/tools/bundler.md b/docs/tools/bundler.md index e8044facf..87cd17817 100644 --- a/docs/tools/bundler.md +++ b/docs/tools/bundler.md @@ -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`. -- cgit v1.2.3