diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 08:41:01 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-19 08:41:01 +0200 |
commit | c43e0d6e283773b5c531d55fbd652879849b9f4d (patch) | |
tree | 1a9da376cb5218d9d7e2026c00e42b83d3f6d719 /build | |
parent | a1ea504edf529a364be9b66fda5d100d62dcc0b9 (diff) | |
download | nextcloud-server-c43e0d6e283773b5c531d55fbd652879849b9f4d.tar.gz nextcloud-server-c43e0d6e283773b5c531d55fbd652879849b9f4d.zip |
Move files_external to compiled handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 3 |
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 |