From 0f1e0d29f2684d7b7e48445c2ac3ae950161c7bf Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 13 Apr 2022 19:16:51 -0300 Subject: [PATCH] Add support for base url configuration --- README.md | 11 ++++------- wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp | 2 +- wise-webapp/src/main/webapp/jsp/mindmapViewonly.jsp | 1 - wise-webapp/src/main/webapp/jsp/reactInclude.jsp | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 799ffe51..56af75bc 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ In order to reduce the life-cycle to develop UI backend testing, you can do the A quick and dirty solution to share changes in the UI is to manually compile the dist. This will make the loader file available without the need to publish: -`yarn --cwd wisemapping-frontend build;cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist;cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist` +`yarn --cwd wisemapping-frontend build;cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist;cp -r wisemapping-frontend/packages/webapp/dist/* wisemapping-open-source/wise-ui/target/wisemapping-webapp/package/dist` ### Compiling and running with docker-compose -Check out the [docker section](./docker/README. +Check out the [docker section](./docker/README.) ## Members @@ -60,13 +60,10 @@ Check out the [docker section](./docker/README. * Paulo Veiga * Pablo Luna -### Individual Contributors - - * Ezequiel Bergamaschi - ### Past Individual Contributors - * Ignacio Manzano + * Ignacio Manzano + * Ezequiel Bergamaschi ## License diff --git a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp index 637bf2cb..80d85a89 100644 --- a/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp +++ b/wise-webapp/src/main/webapp/jsp/mindmapEditor.jsp @@ -23,7 +23,7 @@