Skip to content

Instantly share code, notes, and snippets.

@billy1380
Created November 26, 2014 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billy1380/35460f6868f96e176aa3 to your computer and use it in GitHub Desktop.
Save billy1380/35460f6868f96e176aa3 to your computer and use it in GitHub Desktop.
x.gwt.xml linker flags
<!-- classic mode 2.7 -->
<add-linker name="xs"/>
<!-- superdev mode 2.5 -->
<add-linker name="xsiframe"/>
<set-configuration-property name="xsiframe.failIfScriptTag" value="false"/>
<set-configuration-property name="devModeRedirectEnabled" value="true"/>
<!-- superdev mode 2.6 -->
<add-linker name="xsiframe"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment