build: use long option name (--sourcemap) to sassc (#36341)

This commit is contained in:
Frédéric Péters 2019-09-23 11:21:08 +02:00
parent 2c5500674a
commit cb6be0228a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ themes.json: $(wildcard static/*/config.json) help/fr/misc-scss.page
%.css: export LC_ALL=C.UTF-8
.SECONDEXPANSION:
%.css: %.scss $(wildcard static/includes/*.scss) static/includes/_data_uris.scss static/grandlyon-gnm/_data_uris.scss static/lille/_data_uris.scss static/lomme/_data_uris.scss static/hellemmes/_data_uris.scss static/toodego/_data_uris.scss $$(wildcard $$(@D)/*.scss)
sassc -mauto $< $@
sassc --sourcemap $< $@
css: $(shell python get_themes.py) static/portal-agent/css/agent-portal.css
rm -rf static/*/.sass-cache/