aboutsummaryrefslogtreecommitdiff
path: root/examples/scalajs-react-example
Commit message (Collapse)AuthorAgeFilesLines
* use `name` instead of `projectName` as it is more universal and theChristopher Vogt2017-02-271-2/+2
| | | | term `project` is probably going away in cbt.
* Add small and simple scala js exampleChristopher Vogt2017-02-221-14/+14
|
* refactor scalajs to make use of nested builds for scopingChristopher Vogt2017-02-223-7/+7
|
* various smaller changesChristopher Vogt2017-02-091-1/+1
|
* refactor/simplify scalaJs plugin and exampleChristopher Vogt2016-06-1910-0/+234
- 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 :).