From 995a11803e1d8392ecf8dd051c2d2cd5fa03d6d7 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 282283a..33e177f 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: