summaryrefslogtreecommitdiff
path: root/scalajslib/jsbridges
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-012-5/+43
| | | fixes #102. Use scala js testing framework to launch tests
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-252-2/+2
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-202-0/+0
| | | | Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-142-0/+48
- Update `build.sc`, `build.sbt` and `ci/` scripts