From 4d638f75c31323ad193c7f3f0c5bda417562f231 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 30 Jun 2020 14:20:22 +0200 Subject: [PATCH] Feat: add in html rule less processing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 346b9ae..0592796 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ help: @echo ' ' html: + lessc $(BASEDIR)/theme/static/stylesheet/style.less $(BASEDIR)/theme/static/stylesheet/style.min.css -x $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) clean: