From e979a1604625cee3a8ae4fb11fa330ccf237a529 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 2 Dec 2019 13:06:48 +0100 Subject: CSS generated are put inside app project --- Makefile.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index 01b9363..3a93ded 100644 --- a/Makefile.example +++ b/Makefile.example @@ -1,4 +1,5 @@ SHELL := /bin/bash +CURRENT_APP="drassm_showcase" PYTHON=python3 APPS="home" "showcase" "pergamon" @@ -33,7 +34,7 @@ run: ## run local test server (port 9000) $(PYTHON) manage.py runserver 0.0.0.0:9000 sass: ## compile sass files - ./node_modules/node-sass/bin/node-sass scss/pergamon.scss --output-style compressed > pergamon/static/css/pergamon.css + ./node_modules/node-sass/bin/node-sass scss/pergamon.scss --output-style compressed > $(CURRENT_APP)/static/css/pergamon.css makemessages: ## create messages to be translated for DIR in $(APPS); do \ -- cgit v1.2.3