Feat: add in html rule less processing

This commit is contained in:
Bertrand Benjamin 2020-06-30 14:20:22 +02:00
parent 1c342d2582
commit 4d638f75c3
1 changed files with 1 additions and 0 deletions

View File

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