You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by zh...@apache.org on 2016/10/17 22:03:30 UTC

ambari git commit: AMBARI-18595 Icons don't display in Windows 10 Microsoft Edge or Internet Explorer 11 (Vivek Ratnavel Subramanian via zhewang)

Repository: ambari
Updated Branches:
  refs/heads/trunk 89d964e0e -> fdda172fe


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/fdda172f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fdda172f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fdda172f

Branch: refs/heads/trunk
Commit: fdda172fed36ae3e156dc2757a09f85d0a379175
Parents: 89d964e
Author: Zhe (Joe) Wang <zh...@apache.org>
Authored: Mon Oct 17 15:02:41 2016 -0700
Committer: Zhe (Joe) Wang <zh...@apache.org>
Committed: Mon Oct 17 15:02:41 2016 -0700

----------------------------------------------------------------------
 ambari-web/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/fdda172f/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 759b63e..d3de055 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>