From f4fb23e24eb64041277fb753795db615b785363c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 Oct 2017 11:05:25 +0200 Subject: SASS: switch to node-sass compiler --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.example b/Makefile.example index 938aefeca..8c79c209f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -241,4 +241,4 @@ push_install: clean rm install-ishtar-$(version).tar.bz2 sass: - sass scss/custom.scss ishtar_common/static/bootstrap/bootstrap.css + ./node_modules/node-sass/bin/node-sass scss/custom.scss --output-style compressed > ishtar_common/static/bootstrap/bootstrap.css -- cgit v1.2.3