From d5f04c2ae1e6284e404d94e7fd4a4014553e8f3d Mon Sep 17 00:00:00 2001 From: Michal Skora Date: Mon, 6 Mar 2017 13:13:51 +0100 Subject: [PATCH] docs: add information about --no-progress flag --- docs/documentation/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/build.md b/docs/documentation/build.md index fdf4a7335883..01c319e26a9a 100644 --- a/docs/documentation/build.md +++ b/docs/documentation/build.md @@ -91,6 +91,8 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional `--progress` (`-pr`) log progress to the console while building +`--no-progress` prevent logging progress to the console while building + `--extract-css` (`-ec`) extract css from global styles onto css files instead of js ones `--output-hashing` define the output filename cache-busting hashing mode