aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-07-17 19:47:26 +0200
committerskjnldsv <skjnldsv@protonmail.com>2024-07-18 20:15:39 +0200
commit7878f1ceeab6d5d3f08cb3130ad435366e1830ac (patch)
treee1a90a707397c89a6727c17acd53e6565ffc54fe
parentf28d933acc2d97021c69be79c7f2238cbaac419f (diff)
downloadnextcloud-server-7878f1ceeab6d5d3f08cb3130ad435366e1830ac.tar.gz
nextcloud-server-7878f1ceeab6d5d3f08cb3130ad435366e1830ac.zip
fix: drop outdated handlebar comments template
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-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 0e990f5ede3..bed799f82eb 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -7,9 +7,6 @@ REPODIR=`git rev-parse --show-toplevel`
cd $REPODIR
-# Comments files plugin
-node node_modules/handlebars/bin/handlebars -n OCA.Comments.Templates apps/comments/src/templates -f apps/comments/src/templates.js
-
# Settings
node node_modules/handlebars/bin/handlebars -n OC.Settings.Templates apps/settings/js/templates -f apps/settings/js/templates.js