Css Vaadin Valo + TouchKit

Hello,

When I’m using Vaadin Valo + TouchKit, css’m having problem with my application.

So I decided to take the my .gwt.xml. OK, ran the css but the Vaadin TouchKit not work components.

How can I cancel the theme TouchKit vaadin? This is the best option?

Thank U.

I resolved this problem: to optimize theme loading Vaadin use a gwt theme loader wich load css, images,etc… client side with the js compiled file, so it override your application theme. to disable this behavior you have to create a custom theme loader and override the load method and leave it empty. this issue was solved at this forum thread
https://vaadin.com/forum/#!/thread/4909752/7867897
by Jouni Koivuviita.

You can post your ThemeLoader file for me to have a base of how to do?