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-19 09:41:01 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-19 09:41:01 +0300
commitc43e0d6e283773b5c531d55fbd652879849b9f4d (patch)
tree1a9da376cb5218d9d7e2026c00e42b83d3f6d719 /build/compile-handlebars-templates.sh
parenta1ea504edf529a364be9b66fda5d100d62dcc0b9 (diff)
Move files_external 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 493b3757e01..65ad4da12cf 100755
--- a/build/compile-handlebars-templates.sh
+++ b/build/compile-handlebars-templates.sh
@@ -31,6 +31,9 @@ handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/js/templates -f a
# Sharing
handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js
+# Files external
+handlebars -n OCA.External.Templates apps/files_external/js/templates -f apps/files_external/js/templates.js
+
if [[ $(git diff --name-only) ]]; then
echo "Please submit your compiled handlebars templates"
echo