diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-18 16:21:36 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-18 16:21:36 +0100 |
commit | a85f3ef5017e7e1406476194cd5f3e848a3718f9 (patch) | |
tree | 3fddf4b97cc600100fc45888466a45d505ae2a3a /webapp/.angular-cli.json | |
parent | 265469335019c494c1d61da9a0acea3ab7504ae8 (diff) |
Fixed npm packages version and cleanup useless code.
Diffstat (limited to 'webapp/.angular-cli.json')
-rw-r--r-- | webapp/.angular-cli.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webapp/.angular-cli.json b/webapp/.angular-cli.json index 72cf2c8..ade79a2 100644 --- a/webapp/.angular-cli.json +++ b/webapp/.angular-cli.json @@ -30,10 +30,7 @@ "./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": { |