summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 15:31:07 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-10-16 10:34:18 +0200
commit403ef12330ee73e3dbe67a664889bf947a4c274a (patch)
treef6e1e630a296d83d76a225911c9a274d85d4abe8 /Makefile
parent4e31e631e2dc08f1597303272e1c1910730cfc5d (diff)
Move admin templates to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 809436b8b..74cb75876 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,9 @@ install-npm-deps:
install-npm-deps-dev:
npm install --deps
+build-js-templates:
+ handlebars -n OCA.VideoCalls.Admin.Templates js/admin/templates/ -f js/admin/templates.js
+
dev-setup: install-npm-deps-dev
appstore: clean install-deps
@@ -78,3 +81,4 @@ appstore: clean install-deps
openssl dgst -sha512 -sign $(cert_dir)/$(app_name).key $(build_dir)/$(app_name)-$(version).tar.gz | openssl base64; \
fi
+