Re: UIBinder and CSS resources obfuscation

2010-04-15 Thread david.herv...@gmail.com
Yep, I have already tried the @external and it does the trick, but I was wondering if it exists some kind of global '@external' annotation to tell UIBinder not to obfuscate all classes. Or perhaps a global property to do that. My fear is that the UIBinder has to keep this kind of obfuscation/ ren

Re: UIBinder and CSS resources obfuscation

2010-04-15 Thread david.herv...@gmail.com
Yep, I know the @external does the trick, but I was wondering if it exists some kind of global '@external' annotation to tell UIBinder not to obfuscate all classes. @Jeff Chimene : I think you right. My fear is that the UIBinder has to keep this kind of obfuscation/ renaming rules to garantee the

Re: UIBinder and CSS resources obfuscation

2010-04-14 Thread Jeff Chimene
On 04/14/2010 01:27 PM, davidroe wrote: > there was a time when I was also looking for this and was unable to > find the answer. pls report back to the group if you come across the > solution. > > thanks. Try using the @external annotation @external gwt-TextBox; .gwt-TextBox { border-col

Re: UIBinder and CSS resources obfuscation

2010-04-14 Thread davidroe
there was a time when I was also looking for this and was unable to find the answer. pls report back to the group if you come across the solution. thanks. On Apr 14, 4:09 am, "david.herv...@gmail.com" wrote: > Thanks for the reply but I've already tried this solution but as I > have mentionned i

Re: UIBinder and CSS resources obfuscation

2010-04-14 Thread david.herv...@gmail.com
Thanks for the reply but I've already tried this solution but as I have mentionned in my first post, it prefix all css class with the package name in which the css is place. I will have a look in Resources.gwt.xml. On Apr 13, 11:16 pm, Sripathi Krishnan wrote: > See the file Resources.gwt.xml .

Re: UIBinder and CSS resources obfuscation

2010-04-13 Thread Sripathi Krishnan
See the file Resources.gwt.xml .. It has a bunch of properties that you can specify to control how CSS is generated.. I haven't tried it, but putting this in your module.gwt.xml should do the trick. > --Sri On 13 April 2010 13:32, david.herv...@gmail.com wrote: > Hi, > I'm currently searchin