sbt-gwt-plugin icon indicating copy to clipboard operation
sbt-gwt-plugin copied to clipboard

Plugin for sbt 0.10 to build GWT projects

Results 5 sbt-gwt-plugin issues
Sort by recently updated
recently updated
newest added

In the plugin you currently supply Nil (https://github.com/thunderklaus/sbt-gwt-plugin/blob/master/src/main/scala/GwtPlugin.scala#L107) for the gwtArgs when compiling. It would be very useful if there was the ability to set values for those args specifically...

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...

Currently the artifact generated is a WAR. This is all well and good if your GWT project is the final web app. In my case I'm developing the GWT project...

For highly responsive GWT applications running in standard devmode just isn't an option. It would be extremely useful if you could launch SuperDevMode for the GWT application.