From 6319f679c5ab73de448e3a9d0c95624adc0bc4f0 Mon Sep 17 00:00:00 2001 From: Chang Liu <3dslayer@gmail.com> Date: Wed, 18 Jan 2017 23:18:07 +1100 Subject: [PATCH] chore(docs): add documentation for build --deploy-url --- docs/documentation/build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/documentation/build.md b/docs/documentation/build.md index 0c1cdeef7d7a..5ec9334179fd 100644 --- a/docs/documentation/build.md +++ b/docs/documentation/build.md @@ -37,3 +37,5 @@ ng build `--aot` flag whether to build using Ahead of Time compilation `--extract-css` extract css from global styles onto css files instead of js ones + +`--deploy-url` (`-d`) public URL of the output directory when referenced in a browser