You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute `ng ghpages` in order to deploy the project with a `production` build.
41
+
Execute `ng ghpages` in order to deploy the project with a build from `dist` folder.
42
+
Note: you have to create the folder in before (e.g. `ng build --prod`)
42
43
43
44
Usage:
44
45
@@ -95,33 +96,8 @@ Suppress logging. With silent `true` log messages are suppressed and error messa
95
96
* default: `dist`
96
97
97
98
Directory for all published sources, relative to the project-root.
98
-
Most probably no change is required here, useful together with --skip-build.
99
+
Most probably no change is required here.
99
100
This option can be used to deploy completely different folders, which are note related at all to angular.
100
-
(Hint: usual angular-cli config is ignored here!)
101
-
102
-
AND ALSO: Output path for the build, if a build is done.
103
-
104
-
#### <aid="target">--target</a>
105
-
* optional
106
-
* default: `production`
107
-
* alias: `t`
108
-
109
-
Build target (`development` or `production`), see [Build Targets and Environment Files](https://github.com/angular/angular-cli/#build-targets-and-environment-files).
110
-
111
-
112
-
#### <aid="environment">--environment</a>
113
-
* optional
114
-
* default: `prod`
115
-
* alias: `e`
116
-
117
-
Environment file to be used with that build (`dev`, `prod` or own), see [Build Targets and Environment Files](https://github.com/angular/angular-cli/#build-targets-and-environment-files).
118
-
119
-
120
-
#### <aid="skip-build">--skip-build</a>
121
-
* optional
122
-
* default: `false` (boolean)
123
-
124
-
Skip building the project before deploying, useful together with --dir.
0 commit comments