From a85f3ef5017e7e1406476194cd5f3e848a3718f9 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 18 Dec 2017 16:21:36 +0100 Subject: Fixed npm packages version and cleanup useless code. --- webapp/.angular-cli.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'webapp/.angular-cli.json') 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": { -- cgit 1.2.3-korg