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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-21 13:49:34 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-11-21 13:49:34 +0300
commit970a22f9ceb8590be661051fce0b371f532291a3 (patch)
tree359243d059e248774a35a3af5e244b048eb49d14 /Makefile
parent241dda266ccc0c2499ef360a5b010b750b1a105d (diff)
Extract compilation of Handlebars templates to its own script
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d869554bd..da5e92638 100644
--- a/Makefile
+++ b/Makefile
@@ -31,8 +31,8 @@ install-npm-deps:
install-npm-deps-dev:
npm install --deps
-build-js-templates: dev-setup
- ./node_modules/.bin/handlebars -n OCA.VideoCalls.Admin.Templates js/admin/templates/ -f js/admin/templates.js
+compile-handlebars-templates: dev-setup
+ bash compile-handlebars-templates.sh
dev-setup: install-npm-deps-dev