Browse Source

Remove old unused handlebar systemtags template

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) 3 years ago
parent
commit
cd8bfbe09c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build/compile-handlebars-templates.sh

+ 0 - 3
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