Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-10-15 22:23:19 +0300
committerGitHub <noreply@github.com>2018-10-15 22:23:19 +0300
commit3797b8e7e3b0417accd1b1bd11158ae81381643a (patch)
tree7d0be98ada50c47b2b4800a5a32e2122d39ef1d4 /build
parent353fddfbb9f226666e351f78ea9ec33df15c318d (diff)
parentd65438f93151fe457d5bcabf6d2bc7df52f6793a (diff)
Merge pull request #11834 from nextcloud/csp/federationmenu
Compile federationscope menu handlebars template
Diffstat (limited to 'build')
-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 1cbdbe4c832..52954333f6f 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