Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-04-08 10:12:59 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-04-08 10:12:59 +0300
commit9a5edbb92319f56f013c45878178912bb1db73a9 (patch)
treee313908fbce38c6df5c9c7d2499ef992b8109042 /build
parentacba430246bc8815c368ef19e2c169769ca897ea (diff)
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-xbuild/compile-handlebars-templates.sh6
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