Sometimes I would like to debug SmartGWT deeply till SmartClient javascript sources (i.e. with Firebug), but the version provided with SmartGWT contains a minified version of that code (for obvious reasons).
Is there any published variant of smartgwt jars providing a human readable version of smartclient sources? That way I guess the gwt compiler would copy them as resources and they would be available for js debugging at the browser side.
I can make that jars myself somewhat following advices from an existing thread but first I'd like to know if they are already available (or if mine is simply an awful idea).
On the other hand - if the idea is not too bad - it would be great if such a variant would be exposed to maven artifact resolution as an additional variant (i.e. 'com.smartgwt:smartgwt:3.0:debug').
Using SmartGWT 3.0.
Is there any published variant of smartgwt jars providing a human readable version of smartclient sources? That way I guess the gwt compiler would copy them as resources and they would be available for js debugging at the browser side.
I can make that jars myself somewhat following advices from an existing thread but first I'd like to know if they are already available (or if mine is simply an awful idea).
On the other hand - if the idea is not too bad - it would be great if such a variant would be exposed to maven artifact resolution as an additional variant (i.e. 'com.smartgwt:smartgwt:3.0:debug').
Using SmartGWT 3.0.
Comment