Feat(core): add css build command

This commit is contained in:
Bertrand Benjamin 2023-04-14 13:56:58 +02:00
parent 7ea7fba87c
commit 9a2d687434
1 changed files with 3 additions and 1 deletions

View File

@ -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: