diff options
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 |
commit | 3712ced701d8669c5c3da6fd5364f5efe21ebc8a (patch) | |
tree | 61546e210f724bffc47cbb0bf6b6b6d36d1a1567 /Makefile.example | |
parent | 5ea1b745d4cd8735fecdceb3e32b11af6f672b1e (diff) | |
download | Ishtar-3712ced701d8669c5c3da6fd5364f5efe21ebc8a.tar.bz2 Ishtar-3712ced701d8669c5c3da6fd5364f5efe21ebc8a.zip |
SASS: switch to node-sass compiler
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
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 |