From cb95dc9798d56c86c14b017c4cc906c695072472 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 17 Jul 2024 19:47:26 +0200 Subject: [PATCH] fix: drop outdated handlebar comments template Signed-off-by: skjnldsv --- build/compile-handlebars-templates.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 0e990f5ede3a3..bed799f82eb62 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