Vaadin Custom widget only works in debug mode

I try to create a Vaadin custom widget using Vaadin 7.4.2. It only works in SuperDev mode, but not in normal mode.

In eclipse (Click right on the project → select properties project → Vaadin), I create a GWT development mode launch. I launch it and then deploy my Vaadin project. The DOM element is correctly created and it works like a charm.

Please see NotOk.png

But if I only deploy my Vaadin project without launch the GWT dev mode, it doesn’t work. The DOM is not created as expected, the is empty. I also tried with SuperDevMode, but it didn’t work.

Please see OK.png

What is wrong ? The GWT versions are not the same (embedded in Vaadin 7.4.2 and GWT Debug mode) ? or I missed something ?
20021.png
20022.png

Have you compiled your widgetset with the widget you just created?

Finally, I deleted my add-on, re-created, compiled, and run. I works now.
I don’t know exactly what happened. Thanks for your help