I even try add <public path='public'/> in ALS.gwt.xml although the developer guide said it is by default, but the result is still the css placed under "war\WEB-INF\classes\public"!!
> - <public path="*path*" /> : Each occurrence of the <public> tag adds > a package to the public > path<https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuideModules>by > combining the package in which the module XML is found with the > specified path to identify the root of a public path entry. Any file > appearing in this package or any of its subpackages will be treated as a > publicly-accessible resource. The <public> element supports pattern-based > > filtering<https://developers.google.com/web-toolkit/doc/latest/DevGuideOrganizingProjects#DevGuidePathFiltering>to > allow fine-grained control over which resources get copied into the > output directory during a GWT compile. > > If no <public> element is defined in a module XML file, the > *public*subpackage is implicitly added to the public path as if <public > path="public"> had been found in the XML. This default helps keep module > XML compact for standard project layouts. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5amQL51ebmoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
