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

Add SASS-Compiler for CSS generation


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 07cad2ab
Branches
Tags
No related merge requests found
env/
output/
theme/static/
......@@ -39,14 +39,20 @@ distclean:
# build #######################################################################
html: deployenv
sass: deployenv
. $(PYTHON_VENV)/bin/activate && \
mkdir -p theme/static/css/ && \
pysassc theme/sass/*.sass theme/static/css/hoa.css
html: deployenv sass
. $(PYTHON_VENV)/bin/activate && \
flamingo build $(FLAMINGO_ARGS)
server: env
server: env sass
. $(PYTHON_VENV)/bin/activate && \
flamingo server $(FLAMINGO_SERVER_ARGS)
shell: env
shell: env sass
. $(PYTHON_VENV)/bin/activate && \
flamingo shell $(FLAMINGO_ARGS)
$font-stack: Helvetica, sans-serif
$primary-color: #333
body
font: 100% $font-stack
color: $primary-color
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment