summaryrefslogtreecommitdiffstats
path: root/build/compile-handlebars-templates.sh
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-02-03 22:40:57 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2019-02-04 10:56:54 +0100
commit1b27c25dce0fa06656e63f968c28aff5582901cb (patch)
tree521e8399527dab281031471b5958f4d0f5edfb3e /build/compile-handlebars-templates.sh
parenta498b72dec99a3ef8a0e9a15caa0afe3af245176 (diff)
downloadnextcloud-server-1b27c25dce0fa06656e63f968c28aff5582901cb.tar.gz
nextcloud-server-1b27c25dce0fa06656e63f968c28aff5582901cb.zip
Remove from build file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-xbuild/compile-handlebars-templates.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh
index b73b7d8f460..ae1e9481d56 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -7,9 +7,6 @@ cd $REPODIR
# Settings
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
-
# Systemtags
handlebars -n OC.SystemTags.Templates core/js/systemtags/templates -f core/js/systemtags/templates.js