Skip to content
Snippets Groups Projects
Unverified Commit 9a5edbb9 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Do not try to compile templates that are not there


Makes for a bit cleaner drone output.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent acba4302
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,6 @@ handlebars -n OC.Share.Templates core/js/share -f core/js/sharetemplates.js
# 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
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment