From 69ec6234a42a380c4a33fdcd84740e2b34dcb46e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 3 May 2017 15:46:35 +0100 Subject: [PATCH] Specify more options to sassc We should use the compact style, to minimize the whitespace; and we should omit the source map URL comment as well. --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 70b1d5fd9e..9317804635 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1314,7 +1314,7 @@ scss_verbose = $(scss_verbose_@AM_V@) scss_verbose_ = $(scss_verbose_@AM_DEFAULT_V@) scss_verbose_0 = @echo " SCSS $@"; -SASSC_OPTS = -a +SASSC_OPTS = -a -M -t compact theme/Adwaita/gtk-contained.css: $(top_srcdir)/gtk/theme/Adwaita/gtk-contained.scss $(adwaita_theme_scss) $(scss_verbose) $(MKDIR_P) $(dir $@) && $(SASSC) $(SASSC_OPTS) $< $@ || rm -f $@