From 9a2d6874344e0bffbae4863b3656dc44f6880dae Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 14 Apr 2023 13:56:58 +0200 Subject: [PATCH] Feat(core): add css build command --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7410b80..5f5f9ea 100644 --- a/Makefile +++ b/Makefile @@ -49,8 +49,10 @@ help: @echo 'Set the RELATIVE variable to 1 to enable relative urls ' @echo ' ' -html: +css: lessc $(BASEDIR)/theme/static/stylesheet/style.less $(BASEDIR)/theme/static/stylesheet/style.min.css -x + +html: css $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(CONFFILE) $(PELICANOPTS) clean: