We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825f73 commit 5ac61f6Copy full SHA for 5ac61f6
etc/cli.angular.io/README.md
@@ -0,0 +1,14 @@
1
+
2
+# Angular CLI microsite
3
4
+This folder contains all the static files used for the Angular CLI microsite
5
+(http://cli.angular.io).
6
7
+To make changes on the frontend, just update the files here, and ask the
8
+caretaker to deploy the new site when the commit is merged. Your commit should
9
+be of scope `docs:` (**NOT** `fix` or `feat`).
10
11
+## Deploy
12
13
+To deploy, use your firebase credentials to login, then use `firebase deploy`
14
+from this folder. There is currently no build step.
etc/cli.angular.io/firebase.json
@@ -3,6 +3,7 @@
"public": "",
"ignore": [
"firebase.json",
+ "README.md",
"**/.*"
],
"rewrites": [
0 commit comments