diff options
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 947f1edd9..57642a48f 100644 --- a/Makefile.example +++ b/Makefile.example @@ -298,7 +298,7 @@ push_install: clean #endif sass: - ./node_modules/node-sass/bin/node-sass scss/custom.scss --output-style compressed > ishtar_common/static/bootstrap/bootstrap.css + sassc scss/custom.scss -t compressed > ishtar_common/static/bootstrap/bootstrap.css sass_watch: ./node_modules/node-sass/bin/node-sass --watch scss/custom.scss --output-style compressed > ishtar_common/static/bootstrap/bootstrap.css |