How to apply css changes using IntelliJ with GWT without having to stop/restart program

775 Views Asked by At

When using IntelliJ to write a GWT application and testing in hosted mode is there any way to have a CSS change reflected in the execution of the program without having to stop and restart the application? Stopping and restarting is such a slow process it makes one want to use java statements instead of css.

3

There are 3 best solutions below

1
On

I generally use firebug for checking the CSS . I launch the application through intelliJ + firefox and using the firebug modify CSS till i get desired results .

0
On

You can use Run | Update action (Ctrl+F10).

0
On

This helped me in Intellij 13. In the menu choose

> Run
> Edit Configuration
> Select "Update resources on frame deactivation"