On Thursday, October 23, 2014 11:40:08 PM UTC+2, Julien Dramaix wrote:
>
> Just to summarize:
> - GSS will be available in GWT 2.7
> - GSS will use the CssResource interface and your file needs to end with 
> the .gss extension
> - GSS will not be enabled by default. To enable it: add  
> <set-configuration-property 
> name="CssResource.enableGss" value="true" /> in your module file.
> - Once enabled, all the CssResource interfaces will be generated by the 
> new GssResourceGenerator 
> - If your app uses still old css file compatible with the GWT-CSS syntax 
> you will need to enable the automatic conversion of these files to GSS. To 
> do that: add <set-configuration-property name="CssResource.legacy" 
> value="true" /> in your module file.
> - The GSS parser and compiler is more strict than the old one. If you 
> meet some issue in this automatic conversion, you can also enable the 
> lenient mode: <set-configuration-property 
> name="CssResource.conversionMode" value="lenient" />
> - When GSS is enabled, we have to use an attribute gss="true" in your 
> uibinder inline style (<ui:style>) in order to enable GSS
>

Great summary! That should go into the release notes.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/98ba90af-d851-47dc-bb1c-ad3fc28f29d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to