From e9efa7b5eeee9d84688ce63d58a40bdd6d216d0a Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Fri, 24 Feb 2017 18:17:31 +0000 Subject: [PATCH] Renaming angular-cli.json to .angular-cli.json As per angular/angular-cli/pull/4681 --- public/docs/ts/latest/cli-quickstart.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/cli-quickstart.jade b/public/docs/ts/latest/cli-quickstart.jade index 0460956b10..c19772b899 100644 --- a/public/docs/ts/latest/cli-quickstart.jade +++ b/public/docs/ts/latest/cli-quickstart.jade @@ -266,7 +266,7 @@ block root-files .file src/... .file .editorconfig .file .gitignore - .file angular-cli.json + .file .angular-cli.json .file karma.conf.js .file package.json .file protractor.conf.js @@ -308,7 +308,7 @@ table(width="100%") :marked Git configuration to make sure autogenerated files are not commited to source control. tr - td angular-cli.json + td .angular-cli.json td :marked Configuration for Angular-CLI.