diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-17 19:47:26 +0200 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-07-18 20:15:39 +0200 |
commit | 7878f1ceeab6d5d3f08cb3130ad435366e1830ac (patch) | |
tree | e1a90a707397c89a6727c17acd53e6565ffc54fe | |
parent | f28d933acc2d97021c69be79c7f2238cbaac419f (diff) | |
download | nextcloud-server-7878f1ceeab6d5d3f08cb3130ad435366e1830ac.tar.gz nextcloud-server-7878f1ceeab6d5d3f08cb3130ad435366e1830ac.zip |
fix: drop outdated handlebar comments template
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rwxr-xr-x | build/compile-handlebars-templates.sh | 3 |
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 |