Revert "AMBARI-18595 Icons don't display in Windows 10 Microsoft Edge or Internet Explorer 11 (Vivek Ratnavel Subramanian via zhewang)"
This reverts commit fdda172fed36ae3e156dc2757a09f85d0a379175. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/780bf944 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/780bf944 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/780bf944 Branch: refs/heads/branch-feature-AMBARI-18634 Commit: 780bf944aa02ef2c075ddcd3215ff9fb81ee025d Parents: 7f931ba Author: Zhe (Joe) Wang <[email protected]> Authored: Wed Nov 2 15:21:30 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Wed Nov 2 15:21:30 2016 -0700 ---------------------------------------------------------------------- ambari-web/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/780bf944/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index 606c803..2d567cc 100644 --- a/ambari-web/pom.xml +++ b/ambari-web/pom.xml @@ -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>
