diff options
-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 |