sbt-gwt-plugin
sbt-gwt-plugin copied to clipboard
Resource directory is missing for gwtCompile
when compiling with ExternalTextResource, there will be an error about the external resource file not found if it is put in src/main/resources.
Can be solved by putting it also to the srcDirs.
It might be advisable to not use "javaSource" and "resourceDirectory", but "sourceDirectories" and "resourceDirectories".