Monday, December 21, 2015

Re: GWT SDM Polymer

Hello Ed,

        I am working with polymer elements 1.2.1.0 and GWT 2.8.0-beta1 closely and I found one missing thing at your configuration. Particularly at your gwt.xml should be:

  <inherits name="com.vaadin.polymer.
Elements"/>
  <set-configuration-property name="CssResource.enableGss" value="true"/>
    
       The problem may be connected to GSS that is switched off by default, but  must be "ON" for polymer elements to work.  If you still use old CSS style you may add one more string:

  <set-configuration-property name="CssResource.legacy" value="true" />

       This will temporary enable CSS->GSS auto conversion. But I will not suggest you to work with conversion, because it will be deprecated later on

Regards,

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment