I'm following the GWT tutorial (GWT Tutorial)The section regarding automatic resource inclusion says:\[quote\] For StockWatcher, you'll follow the preferred strategy. Rather than put links to the style sheets in the HTML host page, you'll use the module XML file. Then, when you compile StockWatcher, the GWT compiler will bundle all the static resources required to run your application including the style sheets. This mechanism is called Automatic Resource Inclusion.\[/quote\]However, they appear to put the style sheets in the hosted page and NOT the module XML file.Is this a mistake?