simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

[GPGWT-117] Added "module" argument to script run-gwt-codeserver #22

Closed smithimage closed 11 years ago

smithimage commented 11 years ago

Hi I needed a way to specify a single module when running gwt superdevmode. It would be nice if something like this found its way into the next release.

To use it you would call the script like this: grails run-gwt-codeserver -module=com.my.module

and the script shall only run the superdevmode for the specified module.