From fd1dcd0658a8b8c9fa1c62bf354ad9bd36102b8e 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 347a269..3019b60 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: