summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-23 11:05:25 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-10-23 11:07:04 +0200
commitf4fb23e24eb64041277fb753795db615b785363c (patch)
tree61546e210f724bffc47cbb0bf6b6b6d36d1a1567 /Makefile.example
parentc62d859d438ba63117ed04b2768f0ad180e9de20 (diff)
downloadIshtar-f4fb23e24eb64041277fb753795db615b785363c.tar.bz2
Ishtar-f4fb23e24eb64041277fb753795db615b785363c.zip
SASS: switch to node-sass compiler
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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