[gtk+/gtk-3-22] Specify more options to sassc
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-22] Specify more options to sassc
- Date: Tue, 9 May 2017 13:32:19 +0000 (UTC)
commit a7db887c0bb55c8e2ea2b91665c3415f137ef00d
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed May 3 15:46:35 2017 +0100
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 1cf1567..45fb7c2 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -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 $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]