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