2 Replies Latest reply on Mar 4, 2014 9:40 PM by jdestef

    Errai tutorial master build question

    jdestef

      Hi,

       

      When building errai tutorial master I want to only produce a build for safari. In the gwt.xml file I have:

       

      <add-linker name="xsiframe"/>

          <set-configuration-property name="devModeRedirectEnabled"

                                      value="true"/>

          <set-property name="compiler.useSourceMaps" value="true"/>

          <set-property name="user.agent" value="safari" />


      I think this should only produce one permuation but it still creates 6? Could there be something in the build process that Errai is doing that is somehow overriding this?

       

       

      Thanks