Procházet zdrojové kódy

Include compressed themes (#18332)

Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
tags/7.6.0.alpha2
Artur Signell před 9 roky
rodič
revize
3c70a21986
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      themes/build.xml

+ 3
- 0
themes/build.xml Zobrazit soubor

@@ -104,6 +104,9 @@
<jvmarg value="-Djava.awt.headless=true" />
</java>

<!-- Compress theme to serve using gzip -->
<gzip src="${theme.result.dir}/${theme}/styles.css"
destfile="${theme.result.dir}/${theme}/styles.css.gz" />
</target>



Načítá se…
Zrušit
Uložit