From b574d1c81474b0dbc94a32ae18ec3d68a81db51a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 1 Oct 2018 20:53:35 +0200 Subject: Move files_versions to compiled handlebars templates Signed-off-by: Roeland Jago Douma --- build/compile-handlebars-templates.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build') diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index a3463a04eaf..2f83dd3956a 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -22,6 +22,9 @@ handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templ # Comments app handlebars -n OCA.Comments.Templates apps/comments/js/templates -f apps/comments/js/templates.js +# Versions app +handlebars -n OCA.Versions.Templates apps/files_versions/js/templates -f apps/files_versions/js/templates.js + if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" -- cgit v1.2.3