From cd8bfbe09c9acb2f9ff1a6d7fc9da83d80932b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 9 Apr 2021 14:43:40 +0200 Subject: [PATCH] Remove old unused handlebar systemtags template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (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 76ef0b7cfc..6a9397de3f 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -10,9 +10,6 @@ node node_modules/handlebars/bin/handlebars -n OCA.Comments.Templates apps/comm # Settings node node_modules/handlebars/bin/handlebars -n OC.Settings.Templates apps/settings/js/templates -f apps/settings/js/templates.js -# Systemtags -node node_modules/handlebars/bin/handlebars -n OC.SystemTags.Templates core/js/systemtags/templates -f core/js/systemtags/templates.js - # Files app node node_modules/handlebars/bin/handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js