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
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-15 12:54:57 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-16 09:27:06 +0300
commitbee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d (patch)
tree3702ccbdc8e380a5eb13bbb215d3f965493a0c61 /build/compile-handlebars-templates.sh
parent5aaa8a8b5815a24245da6c7a91efb2564492c13f (diff)
Move files_drop to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-xbuild/compile-handlebars-templates.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh
index 52954333f6f..493b3757e01 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -28,6 +28,9 @@ handlebars -n OCA.Versions.Templates apps/files_versions/js/templates -f apps/fi
# Workflowengine
handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f apps/workflowengine/js/templates.js
+# Sharing
+handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js
+
if [[ $(git diff --name-only) ]]; then
echo "Please submit your compiled handlebars templates"
echo