[Libreoffice-commits] online.git: loleaflet/.eslintignore loleaflet/js loleaflet/Makefile.am loleaflet/src
Henry Castro (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 28 12:29:48 UTC 2020
loleaflet/.eslintignore | 2 +-
loleaflet/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3d0a27636c3427f1530c77ee022800ea26952825
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Fri Sep 25 15:35:14 2020 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Mon Sep 28 14:29:30 2020 +0200
loleaflet: move the file "viamapi-client.js"
The file is not part of the leaflet files.
It is better to move it to the external library location
Change-Id: I12fb9684571db360b03a2e7c343725fd42b6848a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103419
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Henry Castro <hcastro at collabora.com>
diff --git a/loleaflet/.eslintignore b/loleaflet/.eslintignore
index 64caf1af1..65f6b3856 100644
--- a/loleaflet/.eslintignore
+++ b/loleaflet/.eslintignore
@@ -7,7 +7,7 @@
**/js/l10n.js
**/js/w2ui-1.5.rc1.js
**/src/unocommands.js
-**/src/viamapi-client.js
+**/js/viamapi-client.js
#
# This is way too ugly for eslint...
**/js/jquery.mCustomScrollbar.js
diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index 7c1958029..b85201b8f 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -167,7 +167,8 @@ endif
LOLEAFLET_LIBS_JS +=\
jquery.mCustomScrollbar.js \
- w2ui-1.5.rc1.js
+ w2ui-1.5.rc1.js \
+ viamapi-client.js
NODE_MODULES_JS_SRC = $(patsubst %.js,$(builddir)/%.js,$(NODE_MODULES_JS))
NODE_MODULES_JS_DST = $(patsubst %.js,$(DIST_FOLDER)/%.js,$(NODE_MODULES_JS))
@@ -179,7 +180,6 @@ LOLEAFLET_JS =\
src/Leaflet.js \
src/errormessages.js \
src/unocommands.js \
- src/viamapi-client.js \
src/core/Log.js \
src/core/Util.js \
src/core/LOUtil.js \
diff --git a/loleaflet/src/viamapi-client.js b/loleaflet/js/viamapi-client.js
similarity index 100%
rename from loleaflet/src/viamapi-client.js
rename to loleaflet/js/viamapi-client.js
More information about the Libreoffice-commits
mailing list