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.
How to apply css changes using IntelliJ with GWT without having to stop/restart program
775 Views Asked by RVDowning At
3
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 .