diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 10:43:17 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 17:15:07 +0200 |
commit | 335efcc43b2ac731794cf0bea92c249d8b2a5cd5 (patch) | |
tree | 24048cb326ab02faa1e5108dcdf8012c4e4ed171 /build | |
parent | c4ea7b1e8f3fc05bee6c52859231ad9df51f01b4 (diff) | |
download | nextcloud-server-335efcc43b2ac731794cf0bea92c249d8b2a5cd5.tar.gz nextcloud-server-335efcc43b2ac731794cf0bea92c249d8b2a5cd5.zip |
Move to 1 template file for files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 80e2e661f4d..585406c4e8f 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -11,7 +11,7 @@ handlebars -n OC.Settings.Templates settings/js/authtoken.handlebars -f setting handlebars -n OC.ContactsMenu.Templates core/js/contactsmenu -f core/js/contactsmenu_templates.js # Files app -handlebars -n OCA.Files.FileSummary.Templates apps/files/js/filesummary.handlebars -f apps/files/js/filesummary_template.js +handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" |