Варианты сборки в одном файле настройки

This commit is contained in:
2020-04-15 19:12:49 +03:00
parent e243b899b3
commit 31c6c022bc
3 changed files with 6 additions and 100 deletions

View File

@ -2,7 +2,7 @@ build:
pelican -s pelicanconf.py
web:
pelican -s pelicanconf-web.py
COMPRESS=1 pelican -s pelicanconf.py
clean:
rm -rf cache __pycache__