diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-15 14:55:25 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-15 14:55:25 +0200 |
commit | 8c4c4b700f148db9dfaf31b3a2edb8d8e8cf3f53 (patch) | |
tree | 83555ba96385cb43f26f437e7cbf8e6311d2811c /build | |
parent | e36d4a990d19113cd763e5893faaa4d1877d4022 (diff) | |
download | nextcloud-server-8c4c4b700f148db9dfaf31b3a2edb8d8e8cf3f53.tar.gz nextcloud-server-8c4c4b700f148db9dfaf31b3a2edb8d8e8cf3f53.zip |
Move workflowengine to compiled handlebars
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, 2 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 2f83dd3956a..1cbdbe4c832 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -25,6 +25,8 @@ handlebars -n OCA.Comments.Templates apps/comments/js/templates -f apps/comments # Versions app handlebars -n OCA.Versions.Templates apps/files_versions/js/templates -f apps/files_versions/js/templates.js +# Workflowengine +handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f apps/workflowengine/js/templates.js if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" |