X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2F.angular-cli.json;h=e257100c09ef595dfc77ae8ced67a830cb86db9c;hb=2d3f1be6a495143d7e82f6396a49dfff6cabc3e4;hp=72cf2c87a015fdbab52c45fcecc71e062c0210a5;hpb=38c0c21a969e621c725245ce91c78e77076c5ce7;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json index 72cf2c8..e257100 100644 --- a/webapp/.angular-cli.json +++ b/webapp/.angular-cli.json @@ -27,13 +27,11 @@ "../node_modules/font-awesome-animation/dist/font-awesome-animation.min.css", "../node_modules/nebular-icons/scss/nebular-icons.scss", "../node_modules/pace-js/templates/pace-theme-flash.tmpl.css", + "../node_modules/xterm/dist/xterm.css", "./app/@theme/styles/styles.scss" ], "scripts": [ - "../node_modules/pace-js/pace.min.js", - "./assets/vendors/echarts.min.js", - "./assets/vendors/echarts.world.min.js", - "../node_modules/chart.js/dist/Chart.min.js" + "../node_modules/pace-js/pace.min.js" ], "environmentSource": "environments/environment.ts", "environments": { @@ -49,14 +47,16 @@ }, "lint": [ { - "files": "src/**/*.ts", - "project": "src/tsconfig.app.json" + "project": "src/tsconfig.app.json", + "exclude": "**/node_modules/**" }, { - "project": "src/tsconfig.spec.json" + "project": "src/tsconfig.spec.json", + "exclude": "**/node_modules/**" }, { - "project": "e2e/tsconfig.e2e.json" + "project": "e2e/tsconfig.e2e.json", + "exclude": "**/node_modules/**" } ], "test": {