From 7878f1ceeab6d5d3f08cb3130ad435366e1830ac Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Wed, 17 Jul 2024 19:47:26 +0200 Subject: fix: drop outdated handlebar comments template Signed-off-by: skjnldsv --- build/compile-handlebars-templates.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'build') 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 -- cgit v1.2.3