speeding up refresh for GWT projects
I'm developing a project, using GWT.FireFox Browser and Eclipse IDE. when the project is running and i refresh my browser for client package changes, it takes too long. maybe 6 to 10 seconds. maybe cause be project became big. how can i speed-up the refresh process on the browser ? This post might help you. EDIT: Link now working again. Unfortunately there's not a lot you can do to speed up Development Mode refresh time, 6-10 seconds isn't a terrible amount of time comparatively (especially vs. not using Dev Mode and doing a full recompile each time). If you haven't tried code splitting yet,