diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-04-09 14:43:40 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-04-09 14:43:40 +0200 |
commit | cd8bfbe09c9acb2f9ff1a6d7fc9da83d80932b4f (patch) | |
tree | 08e8af75e3b1e917be78183c638d920f68993e62 /build | |
parent | 1f0fddbc6916817bd28d4352f1c6382f860b26f3 (diff) | |
download | nextcloud-server-cd8bfbe09c9acb2f9ff1a6d7fc9da83d80932b4f.tar.gz nextcloud-server-cd8bfbe09c9acb2f9ff1a6d7fc9da83d80932b4f.zip |
Remove old unused handlebar systemtags template
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-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 76ef0b7cfce..6a9397de3fa 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 |