Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technius/play-with-scalajs-example

A simple example that shows how to copy Scala.js output to a Play project
https://github.com/technius/play-with-scalajs-example

Last synced: 23 days ago
JSON representation

A simple example that shows how to copy Scala.js output to a Play project

Awesome Lists containing this project

README

        

Play With Scala.js Example
=================================

This is a barebones example that shows how to include Scala.js output into
an sbt-web project's asset pipeline. Whenever the play project is run or assets
are produced, fastOptJS is run and the output is put into the asset pipeline.

To try it out, use
```
activator
project sharedJVM
show web-assets:assets
```

However, I have not configured `play run` to detect changes to the Scala.js files yet.