diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/compile-handlebars-templates.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index f1356f8f41e..9aecc405a78 100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -16,9 +16,6 @@ handlebars -n OC.Share.Templates core/js/share -f core/js/sharetemplates.js # Files app handlebars -n OCA.Files.Templates apps/files/js/templates -f apps/files/js/templates.js -# Workflowengine -handlebars -n OCA.WorkflowEngine.Templates apps/workflowengine/src/templates -f apps/workflowengine/src/templates.js - # Sharing handlebars -n OCA.Sharing.Templates apps/files_sharing/js/templates -f apps/files_sharing/js/templates.js |