Browse Source

Include compressed themes (#18332)

Change-Id: Icf10cbcf402f3427d63521b616428c041455ea32
tags/7.6.0.alpha2
Artur Signell 8 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

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



Loading…
Cancel
Save