Do not try to compile templates that are not there
Makes for a bit cleaner drone output. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
acba430246
commit
9a5edbb923
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue