From 970a22f9ceb8590be661051fce0b371f532291a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Wed, 21 Nov 2018 11:49:34 +0100 Subject: Extract compilation of Handlebars templates to its own script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3