From 197f0a626dc333a4956a541ce556abb87bda8b46 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 21:07:41 +0100 Subject: make template compilation a LOT faster By not doing template parsing and starting the python interpreter every time, templating only takes about a second on my machine now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24f3de50..2f39d063 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ locale: locale-update locale-compile # Run the jinga2 templating engine to expand templates to HTML # incorporating translations. template: locale-compile - ./template.sh + ./template.py -- cgit v1.2.3