summaryrefslogtreecommitdiffstats
path: root/build/compile-handlebars-templates.sh
diff options
context:
space:
mode:
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