lihaoyi / workbench

Tooling around scala-js
234 stars 56 forks source link

introduced a defaultRootObject #37

Closed torstenrudolf closed 6 years ago

torstenrudolf commented 7 years ago

This change allows you to serve a defaultRootObject on http://localhost:12345. The default behaviour doesn't change, as this is an optional setting.

This is a fix to my interpretation of #26.

ochrons commented 6 years ago

Hey, workbench got updated to SBT 1.0 and in the process this PR resulted in some (minor) conflicts. If you can resolve the conflicts, we can include this in the upcoming Workbench release. Thanks!

ochrons commented 6 years ago

I retargetted this to a different branch (for sbt 0.13 compatibility)

ochrons commented 6 years ago

Functionality merged into the sbt 1.0 version, too.

torstenrudolf commented 6 years ago

thx otto