From a4424d17fc3fb21051ce06c1442fb48e2818d831 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 14 Oct 2019 18:42:36 +0100 Subject: [PATCH] fix other insights paths --- angular.json | 4 ++-- lib/insights/karma.conf.js | 2 +- lib/process-services-cloud/karma.conf.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/angular.json b/angular.json index 235cdb786f..5be1756f7b 100644 --- a/angular.json +++ b/angular.json @@ -320,7 +320,7 @@ }, { "glob": "**/*", - "input": "lib/insights/i18n", + "input": "lib/insights/src/lib/i18n", "output": "/assets/adf-insights/i18n" }, { @@ -489,7 +489,7 @@ }, { "glob": "**/*", - "input": "lib/insights/i18n", + "input": "lib/insights/src/lib/i18n", "output": "/assets/adf-insights/i18n" }, { diff --git a/lib/insights/karma.conf.js b/lib/insights/karma.conf.js index 421bdcf914..08f223face 100644 --- a/lib/insights/karma.conf.js +++ b/lib/insights/karma.conf.js @@ -45,7 +45,7 @@ module.exports = function (config) { proxies: { '/base/assets/' :'/base/assets/', - '/assets/adf-insights/i18n/en.json': '/base/i18n/en.json', + '/assets/adf-insights/i18n/en.json': '/base/src/lib/i18n/en.json', '/app.config.json': '/base/app.config.json' }, diff --git a/lib/process-services-cloud/karma.conf.js b/lib/process-services-cloud/karma.conf.js index bb1d134b81..e9129f68b2 100644 --- a/lib/process-services-cloud/karma.conf.js +++ b/lib/process-services-cloud/karma.conf.js @@ -45,8 +45,8 @@ module.exports = function (config) { '/base/assets/': '/base/lib/process-services/assets/', '/assets/adf-core/i18n/en.json': '/base/lib/core/i18n/en.json', '/assets/adf-core/i18n/en-GB.json': '/base/lib/core/i18n/en.json', - '/assets/adf-content-services-cloud/i18n/en.json': '/base/lib/content-services-cloud/i18n/en.json', - '/assets/adf-process-services-cloud/i18n/en-GB.json': '/base/lib/process-services-cloud/i18n/en.json', + '/assets/adf-process-services-cloud/i18n/en.json': '/base/lib/process-services-cloud/lib/i18n/en.json', + '/assets/adf-process-services-cloud/i18n/en-GB.json': '/base/lib/process-services-cloud/lib/i18n/en.json', '/app.config.json': '/base/lib/config/app.config.json' }, plugins: [