diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:20:32 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | cd7c17482ee9c166daedad14e6bac304de61c9b5 (patch) | |
tree | 53448d9149646c0d8d402d2652d5830bd023b3c5 /build/compile-handlebars-templates.sh | |
parent | d281f2625d0896f9231d0987f7a752c01e73e6b6 (diff) | |
download | nextcloud-server-cd7c17482ee9c166daedad14e6bac304de61c9b5.tar.gz nextcloud-server-cd7c17482ee9c166daedad14e6bac304de61c9b5.zip |
Move systemtags to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 8dc0e0397aa..96080d12ec1 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -10,6 +10,9 @@ handlebars -n OC.Settings.Templates settings/js/authtoken.handlebars -f setting # Contactsmenu handlebars -n OC.ContactsMenu.Templates core/js/contactsmenu -f core/js/contactsmenu_templates.js +# Systemtags +handlebars -n OC.SystemTags.Templates core/js/systemtags/templates -f core/js/systemtags/templates.js + # Files app handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js |