[Libreoffice-commits] online.git: loleaflet/Makefile.am
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Mar 5 19:33:27 UTC 2019
loleaflet/Makefile.am | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3aebf7fea9561416a7c904a16712dba254120989
Author: Henry Castro <hcastro at collabora.com>
AuthorDate: Thu Jan 31 15:43:22 2019 -0400
Commit: Henry Castro <hcastro at collabora.com>
CommitDate: Tue Mar 5 15:32:59 2019 -0400
loleaflet: uglify l10n.js
Change-Id: I050d6d82e9d6b3df3cd51426931136b3f14eb730
diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index ca8f63f3c..a1b860762 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -231,6 +231,10 @@ $(builddir)/dist/global.js: $(srcdir)/js/global.js
@echo "Uglify global.js file..."
@NODE_PATH=$(abs_builddir)/node_modules $(NODE) node_modules/uglify-js/bin/uglifyjs $< --output $@
+$(builddir)/dist/l10n.js: $(srcdir)/js/l10n.js
+ @echo "Uglify l10n.js file..."
+ @NODE_PATH=$(abs_builddir)/node_modules $(NODE) node_modules/uglify-js/bin/uglifyjs $< --output $@
+
$(builddir)/dist/bundle.js: $(NODE_MODULES_JS_SRC) \
$(LOLEAFLET_PREFIX)/dist/loleaflet-src.js \
$(builddir)/dist/global.js \
More information about the Libreoffice-commits
mailing list