Browse Source

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.
Zhe (Joe) Wang 8 years ago
parent
commit
e5f0dfc8d7
1 changed files with 1 additions and 9 deletions
  1. 1 9
      ambari-web/pom.xml

+ 1 - 9
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>