diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-15 11:54:57 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-16 08:27:06 +0200 |
commit | bee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d (patch) | |
tree | 3702ccbdc8e380a5eb13bbb215d3f965493a0c61 /build | |
parent | 5aaa8a8b5815a24245da6c7a91efb2564492c13f (diff) | |
download | nextcloud-server-bee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d.tar.gz nextcloud-server-bee5bbbf0e3de3f6cc153ae15f0a70c710ff1a8d.zip |
Move files_drop 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 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 |