зеркало из https://github.com/nextcloud/spreed.git
Extract compilation of Handlebars templates to its own script
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Родитель
241dda266c
Коммит
970a22f9ce
4
Makefile
4
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
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# 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
|
Загрузка…
Ссылка в новой задаче