forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
5376fa36a8
commit
a7db887c0b
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user