Feat(core): add css build command
This commit is contained in:
parent
7ea7fba87c
commit
9a2d687434
4
Makefile
4
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:
|
||||
|
|
Loading…
Reference in New Issue