fmartingr.com/Makefile
Felipe Martin cba44a38fc
Simple lektor sass plugin
- Using python's libsass to compile the final CSS
Closes #4
2020-11-30 18:13:36 +01:00

12 lines
236 B
Makefile

setup:
pip install --user setuptools
pip install --user poetry
poetry install
clean:
rm -rf public
rm -rf assets/static/css
build:
make clean
poetry run lektor build --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor