aboutsummaryrefslogtreecommitdiff
path: root/examples/build-scalajs/shared/src/main/scala/prototype
Commit message (Collapse)AuthorAgeFilesLines
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-191-3/+0
| | | | | | - Restructure code as 1 library case class and 1 Build mixin trait. A library is generally easier to understand and could be re-used independently. 1 trait seems simpler than several here. - Let not the plugin create the multi-project build, but the user project manually. I think while this adds some minor code overhead it is much simpler to understand. Fewer tasks and other moving parts needed. - Remove verbose nested sbt-style folder structure. It's simpler without it :).
* scalajs cross project support as pluginKatrin Shechtman2016-06-131-0/+3