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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -