From aaeff0f6ce421f4b448ac33b24d5e0aad14058e7 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 22 Oct 2021 13:07:27 +0200 Subject: [PATCH] sassc poc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c06f920fa..36388a436 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ gettext: $(HTML_BUILD_DIR)/_static/style.css: extensions/odoo_theme/static/style.scss extensions/odoo_theme/static/scss/*.scss @echo "Compiling stylesheets..." mkdir -p $(HTML_BUILD_DIR)/_static - pysassc extensions/odoo_theme/static/style.scss $(HTML_BUILD_DIR)/_static/style.css + python3 -m pysassc extensions/odoo_theme/static/style.scss $(HTML_BUILD_DIR)/_static/style.css @echo "Compilation finished." #=== Development and debugging rules ===#