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
commit3712ced701d8669c5c3da6fd5364f5efe21ebc8a (patch)
tree61546e210f724bffc47cbb0bf6b6b6d36d1a1567 /Makefile.example
parent5ea1b745d4cd8735fecdceb3e32b11af6f672b1e (diff)
downloadIshtar-3712ced701d8669c5c3da6fd5364f5efe21ebc8a.tar.bz2
Ishtar-3712ced701d8669c5c3da6fd5364f5efe21ebc8a.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