diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-06-01 13:01:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:00 +0100 |
commit | e435a4929b8d315f13184ea65086fc032c1fbea6 (patch) | |
tree | 2e37cb29bded9271e96b82279ed2fd243cab8aba /Makefile.example | |
parent | 8470eb0264b1acedee2860d1edfcd1a112529495 (diff) | |
download | Ishtar-e435a4929b8d315f13184ea65086fc032c1fbea6.tar.bz2 Ishtar-e435a4929b8d315f13184ea65086fc032c1fbea6.zip |
Geodata - geo forms: improve OpenLayers widget
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 |