diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-23 17:27:33 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-08-25 16:23:17 +0800 |
commit | f721b1af7e3496427ee9c46d5bb46103c49505c6 (patch) | |
tree | 4f6d0db017690d4914241a1b1e1a84bf35795add /sdc-workflow-designer-ui/.angular-cli.json | |
parent | 5a150e60e956432f7891add18dba1445f5eb4214 (diff) |
upload init code and doc for workflow designer
Issue-ID: SDC-240
Change-Id: I79507427bffa3938d7f312aaf1a29f238a87cde1
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui/.angular-cli.json')
-rw-r--r-- | sdc-workflow-designer-ui/.angular-cli.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/sdc-workflow-designer-ui/.angular-cli.json b/sdc-workflow-designer-ui/.angular-cli.json new file mode 100644 index 00000000..dc7dacd1 --- /dev/null +++ b/sdc-workflow-designer-ui/.angular-cli.json @@ -0,0 +1,60 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "project": { + "name": "workflowmodeler" + }, + "apps": [ + { + "root": "src", + "outDir": "dist", + "assets": [ + "assets", + "favicon.ico" + ], + "index": "index.html", + "main": "main.ts", + "polyfills": "polyfills.ts", + "test": "test.ts", + "tsconfig": "tsconfig.app.json", + "testTsconfig": "tsconfig.spec.json", + "prefix": "app", + "styles": [ + "styles.css" + ], + "scripts": [], + "environmentSource": "environments/environment.ts", + "environments": { + "dev": "environments/environment.ts", + "prod": "environments/environment.prod.ts" + } + } + ], + "e2e": { + "protractor": { + "config": "./protractor.conf.js" + } + }, + "lint": [ + { + "project": "src/tsconfig.app.json", + "exclude": "**/node_modules/**" + }, + { + "project": "src/tsconfig.spec.json", + "exclude": "**/node_modules/**" + }, + { + "project": "e2e/tsconfig.e2e.json", + "exclude": "**/node_modules/**" + } + ], + "test": { + "karma": { + "config": "./karma.conf.js" + } + }, + "defaults": { + "styleExt": "css", + "component": {} + } +} |