From d65438f93151fe457d5bcabf6d2bc7df52f6793a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 15 Oct 2018 10:44:24 +0200 Subject: Compile federationscope menu handlebars template Signed-off-by: Roeland Jago Douma --- build/compile-handlebars-templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 2f83dd3956a..2b8fd4a6204 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -5,7 +5,7 @@ REPODIR=`git rev-parse --show-toplevel` cd $REPODIR # Settings -handlebars -n OC.Settings.Templates settings/js/authtoken.handlebars -f settings/js/templates.js +handlebars -n OC.Settings.Templates settings/js/templates -f settings/js/templates.js # Contactsmenu handlebars -n OC.ContactsMenu.Templates core/js/contactsmenu -f core/js/contactsmenu_templates.js -- cgit v1.2.3