Hi all,

I'm trying to break up our app into separate widgets that are then
reused in multiple places. This all works wonderfully including the
CSS and JavaScript that I can have local-to-the-widget. You just
include the widget in your .gwt.xml (i.e. <inherits
name="org.example.MyWidget"/>) and its CSS and JS are automagically
included too.

I notice, however, that after I gwt-compile the application all these
(tiny) files are still separate and require separate requests. Is
there an easy/automated way to aggregate all these CSS files into one
CSS file and similarly aggregate the JS files?

Cheers,
Hilco

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to