From cb6be0228a10796ad9ee48af78b6fdffcbaeb657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 23 Sep 2019 11:21:08 +0200 Subject: [PATCH] build: use long option name (--sourcemap) to sassc (#36341) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aad8996a..f715deae 100644 --- a/Makefile +++ b/Makefile @@ -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/