diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-04-08 09:12:59 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-04-08 09:12:59 +0200 |
commit | 9a5edbb92319f56f013c45878178912bb1db73a9 (patch) | |
tree | e313908fbce38c6df5c9c7d2499ef992b8109042 /build | |
parent | acba430246bc8815c368ef19e2c169769ca897ea (diff) | |
download | nextcloud-server-9a5edbb92319f56f013c45878178912bb1db73a9.tar.gz nextcloud-server-9a5edbb92319f56f013c45878178912bb1db73a9.zip |
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>
Diffstat (limited to 'build')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index ae1e9481d56..6bb6052e51f 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -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 |