Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-03-08 16:31:48 +0300
committerJoas Schilling <coding@schilljs.com>2019-03-08 16:32:24 +0300
commit551ffa5c550a86c40af91e778762d529cae3e86a (patch)
treec2eedd6b9e768b36d4f7695f6ec514adc7e3854c /compile-handlebars-templates.sh
parent5e43667705a0c1fd7e4cb31a83bfc91d1330993b (diff)
Move signaling server settings to VueJS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'compile-handlebars-templates.sh')
-rwxr-xr-xcompile-handlebars-templates.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/compile-handlebars-templates.sh b/compile-handlebars-templates.sh
index 8111f8555..f99e0f022 100755
--- a/compile-handlebars-templates.sh
+++ b/compile-handlebars-templates.sh
@@ -3,6 +3,4 @@
# Prefer the local handlebars script, and fall back to the global one.
export PATH=./node_modules/.bin/:$PATH
-handlebars -n OCA.VideoCalls.Admin.Templates js/admin/templates/ -f js/admin/templates.js
-
handlebars -n OCA.Talk.Views.Templates js/views/templates/ -f js/views/templates.js