Repository: ambari Updated Branches: refs/heads/branch-2.5 e41a036c5 -> d6cebbd2a
AMBARI-18595 Icons don't display in Windows 10 Microsoft Edge or Internet Explorer 11 (Vivek Ratnavel Subramanian via zhewang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d6cebbd2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6cebbd2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6cebbd2 Branch: refs/heads/branch-2.5 Commit: d6cebbd2a960156c450066fb96f394810e00aae4 Parents: e41a036 Author: Zhe (Joe) Wang <[email protected]> Authored: Mon Oct 17 15:02:41 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Mon Oct 17 15:03:52 2016 -0700 ---------------------------------------------------------------------- ambari-web/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d6cebbd2/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index 7ea85ea..1c832c8 100644 --- a/ambari-web/pom.xml +++ b/ambari-web/pom.xml @@ -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>
