summaryrefslogtreecommitdiffstats
path: root/build/compile-handlebars-templates.sh
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 10:44:24 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 10:44:24 +0200
commitd65438f93151fe457d5bcabf6d2bc7df52f6793a (patch)
tree8b9c35a0ae5903fa094c5bb5cb3ca6dd15acfcd8 /build/compile-handlebars-templates.sh
parent82a5833217d8fb1a74e7838b3e2ccf2cb9e1b90c (diff)
downloadnextcloud-server-d65438f93151fe457d5bcabf6d2bc7df52f6793a.tar.gz
nextcloud-server-d65438f93151fe457d5bcabf6d2bc7df52f6793a.zip
Compile federationscope menu handlebars template
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-xbuild/compile-handlebars-templates.sh2
1 files changed, 1 insertions, 1 deletions
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