How to get a GWT console / development mode to generate css errors?

I noticed that when starting GWT, it does not warn me about css errors, such as missing / sealed classes. Even the Firefox error console doesn't tell you anything.

I am sharing my web application very intensively, need a way to show css errors, any suggestion that I can try?

Thanks in advance.

+3
source share
1 answer

GWT CSS ( / ), CSS GWT CssResource ( docs ..). UiBinder, CSS, UiBinder XML, CssResources, (, Google Plugin Eclipse, / , , Java).

, , CssResource , (. docs ).

+2

Source: https://habr.com/ru/post/1740199/


All Articles