From bee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 15 Oct 2018 11:54:57 +0200 Subject: Move files_drop to compiled handlebars Signed-off-by: Roeland Jago Douma --- build/compile-handlebars-templates.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/compile-handlebars-templates.sh') diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 52954333f6f..493b3757e01 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -28,6 +28,9 @@ handlebars -n OCA.Versions.Templates apps/files_versions/js/templates -f apps/fi # Workflowengine handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f apps/workflowengine/js/templates.js +# Sharing +handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js + if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" echo -- cgit v1.2.3