Browse Source

Include compressed themes (#18332)

Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
tags/7.6.0.alpha2
Artur Signell 9 years ago
parent
commit
3c70a21986
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      themes/build.xml

+ 3
- 0
themes/build.xml View File

<jvmarg value="-Djava.awt.headless=true" /> <jvmarg value="-Djava.awt.headless=true" />
</java> </java>


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





Loading…
Cancel
Save