Specify more options to sassc
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:46:35 +0000 (15:46 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 9 May 2017 13:23:14 +0000 (14:23 +0100)
We should use the compact style, to minimize the whitespace; and we
should omit the source map URL comment as well.

gtk/Makefile.am

index 1cf15674729f52e905d10a28d48445fb5eb1c7a6..45fb7c2257f6e9e796c81ade92ec68ccc35549af 100644 (file)
@@ -1354,7 +1354,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 $@