simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Include gwtSrcPath in compile #63

Open oniseijin opened 9 years ago

oniseijin commented 9 years ago

_Events.groovy eventCompileStart = { projectCompiler.srcDirectories << gwtSrcPath }

The plugin currently assumes src/gwt, so that should be included without doing that manually (gwtSrcPath)