interface GlobalResources extends ClientBundle {
                @CssResource.NotStrict
                @Source("style.css")
                CssResource css();
        }

GWT.<GlobalResources> create(GlobalResources.class).css()
                                .ensureInjected();

with the css files in the war directory

On 17 mai, 15:57, Itzik Yatom <itzik...@hotmail.com> wrote:
> Hi,
>
> I already use Intensively UIBinder with my GWT projects.
> Considering if to use also CSS resource or the regular external CSS
> files in my GWT projects.
> Since I work with a graphical designer that may need to change the
> styling while she gets from me initial results and improve them, she
> should have an access to the CSS, change some rules, save the result
> and send me fixes.
>
> Can I do it while using CSS resources?
>
> Thanks
> Itzik
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to