debugging - How to debug CSS when using GWT -


how guys debug css when using clientbundles in gwt given css class names obfuscated. i'm using celltable , rows have 4-5 class names.

is there way @export these classes in css file? don't want explicitly export them all, automated way of extracting class names. maybe, last resort.

thanks!

in gwt.xml file,

<set-configuration-property name="cssresource.style" value="pretty" /> 

see cssresource docs @ http://code.google.com/p/google-web-toolkit/wiki/cssresource#levers_and_knobs


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -