diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-05-10 14:50:40 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-05-10 14:50:40 +0200 |
commit | 3a5d4abdf1fe1bb9e62302c4e62fdf15c12f00be (patch) | |
tree | e0883d81b0b62fbe4e494f2fa4cc19fecf7978f0 /build | |
parent | 3ec5ee47fa3f3bdb96b642acc3f039f230f45164 (diff) | |
download | nextcloud-server-3a5d4abdf1fe1bb9e62302c4e62fdf15c12f00be.tar.gz nextcloud-server-3a5d4abdf1fe1bb9e62302c4e62fdf15c12f00be.zip |
use webpack to compile handlebars
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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 |