diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 11:42:06 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-17 14:45:29 +0100 |
commit | 87d39375d80b38295ae3c73fb56f33a4609a0803 (patch) | |
tree | 1e6c7f733ae215588653230b2f9c0d58ee918a83 /build/compile-handlebars-templates.sh | |
parent | 043b5a9de44542522541c66c8f37b1109338ae9f (diff) | |
download | nextcloud-server-87d39375d80b38295ae3c73fb56f33a4609a0803.tar.gz nextcloud-server-87d39375d80b38295ae3c73fb56f33a4609a0803.zip |
Fix comments filesplugin
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 708be4b9dc7..76ef0b7cfce 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -4,6 +4,9 @@ REPODIR=`git rev-parse --show-toplevel` cd $REPODIR +# Comments files plugin +node node_modules/handlebars/bin/handlebars -n OCA.Comments.Templates apps/comments/src/templates -f apps/comments/src/templates.js + # Settings node node_modules/handlebars/bin/handlebars -n OC.Settings.Templates apps/settings/js/templates -f apps/settings/js/templates.js |