@@ -205,7 +205,7 @@
<version>1.7</version>
<executions>
<execution>
- <id>gzip ambari-web images</id>
+ <id>gzip ambari-web images and fontawesome fonts</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
@@ -220,6 +220,14 @@
</patternset>
</fileset>
</apply>
+ <apply executable="${executable.gzip}">
+ <arg value="-f"/>
+ <fileset dir="${basedir}/public/font/">
+ <patternset>
+ <include name="**/*"/>
+ </patternset>
+ </fileset>
+ </apply>
</tasks>
</configuration>
</execution>