Explorar el Código

Include compressed themes (#18332)

Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
tags/7.6.0.alpha2
Artur Signell hace 9 años
padre
commit
3c70a21986
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      themes/build.xml

+ 3
- 0
themes/build.xml Ver fichero

@@ -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>



Cargando…
Cancelar
Guardar