From 89a7047f81d89ae81064efc1fd8662c64c3c9ee1 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 16 Nov 2017 14:50:01 +0000 Subject: [PATCH] demo shell fix for insights asssets --- demo-shell/.angular-cli.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo-shell/.angular-cli.json b/demo-shell/.angular-cli.json index 2a58d1ba70..c8699820d6 100644 --- a/demo-shell/.angular-cli.json +++ b/demo-shell/.angular-cli.json @@ -29,7 +29,7 @@ }, { "glob": "**/*", - "input": "../node_modules/analytics/bundles/assets", + "input": "../node_modules/insights/bundles/assets", "output": "./assets/" }, { @@ -102,7 +102,7 @@ }, { "glob": "**/*", - "input": "../../lib/analytics/bundles/assets", + "input": "../../lib/insights/bundles/assets", "output": "./assets/" }, { @@ -112,8 +112,8 @@ }, { "glob": "**/*", - "input": "../../lib/analytics/i18n", - "output": "./assets/@adf/analytics/i18n" + "input": "../../lib/insights/i18n", + "output": "./assets/@adf/insights/i18n" }, { "glob": "**/*",