Browse Source

Merge pull request #14983 from nextcloud/fix/drone_template_compile

Do not try to compile templates that are not there
tags/v16.0.0RC1
Morris Jobke 5 years ago
parent
commit
2b67c7d025
No account linked to committer's email address
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      build/compile-handlebars-templates.sh

+ 0
- 6
build/compile-handlebars-templates.sh View File

@@ -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…
Cancel
Save