sbt-gwt-plugin
sbt-gwt-plugin copied to clipboard
Ability to Supply GWT Arguments
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 in your project. For example, I would like to be able to define "-style DETAILED" to generate more detailed JavaScript.
Yes please! I need this ability as well.