Skip to content
Snippets Groups Projects
Commit 0b6bd861 authored by chrissi^'s avatar chrissi^
Browse files

Makefile: compile scss and compress output


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 58f1a31c
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ distclean:
sass: deployenv
. $(PYTHON_VENV)/bin/activate && \
mkdir -p theme/static/css/ && \
pysassc theme/sass/*.sass theme/static/css/hoa.css
pysassc -t compressed theme/sass/*.scss theme/static/css/hoa.css
html: deployenv sass
. $(PYTHON_VENV)/bin/activate && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment