Revision: 8143
Author: sp...@google.com
Date: Fri May 14 10:42:56 2010
Log: Edited PrecompressLinker wiki page to reflect minor changes made during code review.
http://code.google.com/p/google-web-toolkit/source/detail?r=8143

Modified:
 /wiki/PrecompressLinker.wiki

=======================================
--- /wiki/PrecompressLinker.wiki        Mon Mar 22 10:44:42 2010
+++ /wiki/PrecompressLinker.wiki        Fri May 14 10:42:56 2010
@@ -20,7 +20,7 @@

We define a linker "precompress". People who want it add the following line to their gwt.xml file:
 {{{
-<add-linker name='precompress' />
+<inherits name="com.google.gwt.precompress.Precompress"/>
 }}}

It's not added by default because not all web servers will support precompressed resources. However, most web servers should be possible to configure such that when a request comes for foo.html, it checks for the existence of foo.html.gz and uses that if present and the client said it accepted compression.
@@ -40,7 +40,7 @@
   * `.*\.html`
   * `.*\.js`
   * `.*\.css`
-For compatibility with Jetty's DefaultServlet, among with other configurations, the original files are by default left in the output. However, the following setting causes the original files to be removed, leaving only the .gz files. +For compatibility with Jetty's !DefaultServlet, among with other configurations, the original files are by default left in the output. However, the following setting causes the original files to be removed, leaving only the .gz files.
 {{{
- <set-configuration-property name='precompress.leave.original' value='false' /> + <set-configuration-property name='precompress.leave.originals' value='false' />
 }}}

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to