diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 19:11:22 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-04 09:53:44 +0200 |
commit | d281f2625d0896f9231d0987f7a752c01e73e6b6 (patch) | |
tree | 77c0370729d745f2d6eadca4150c5243ecebcf8c /build | |
parent | 187953153a76e67d4ffa7b3f5af4169665b5d653 (diff) | |
download | nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.tar.gz nextcloud-server-d281f2625d0896f9231d0987f7a752c01e73e6b6.zip |
Move Comments to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 585406c4e8f..8dc0e0397aa 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -13,6 +13,10 @@ handlebars -n OC.ContactsMenu.Templates core/js/contactsmenu -f core/js/contacts # Files app handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js +# Comments app +handlebars -n OCA.Comments.Templates apps/comments/js/templates -f apps/comments/js/templates.js + + if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" echo |