You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/10/30 08:27:26 UTC

incubator-griffin git commit: 20171030 remove generated readme

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 779783aa3 -> ee96b9f69


20171030 remove generated readme

Author: William Guo <gu...@icloud.com>

Closes #155 from guoyuepeng/20171030_remove_generated_readme.


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/ee96b9f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/ee96b9f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/ee96b9f6

Branch: refs/heads/master
Commit: ee96b9f696b2b8d8d74d1c00244851fda66d6684
Parents: 779783a
Author: William Guo <gu...@icloud.com>
Authored: Mon Oct 30 16:27:33 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Mon Oct 30 16:27:33 2017 +0800

----------------------------------------------------------------------
 ui/angular/README.md | 28 ----------------------------
 1 file changed, 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ee96b9f6/ui/angular/README.md
----------------------------------------------------------------------
diff --git a/ui/angular/README.md b/ui/angular/README.md
deleted file mode 100644
index 301832c..0000000
--- a/ui/angular/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Griffin
-
-This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.3.0.
-
-## Development server
-
-Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
-
-## Code scaffolding
-
-Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
-
-## Build
-
-Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
-
-## Running unit tests
-
-Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
-
-## Running end-to-end tests
-
-Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
-Before running the tests make sure you are serving the app via `ng serve`.
-
-## Further help
-
-To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).