diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-10-15 21:23:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 21:23:19 +0200 |
commit | 3797b8e7e3b0417accd1b1bd11158ae81381643a (patch) | |
tree | 7d0be98ada50c47b2b4800a5a32e2122d39ef1d4 /build/compile-handlebars-templates.sh | |
parent | 353fddfbb9f226666e351f78ea9ec33df15c318d (diff) | |
parent | d65438f93151fe457d5bcabf6d2bc7df52f6793a (diff) | |
download | nextcloud-server-3797b8e7e3b0417accd1b1bd11158ae81381643a.tar.gz nextcloud-server-3797b8e7e3b0417accd1b1bd11158ae81381643a.zip |
Merge pull request #11834 from nextcloud/csp/federationmenu
Compile federationscope menu handlebars template
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 2 |
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 |