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: 8 months ago
JSON representation
A simple example that shows how to copy Scala.js output to a Play project
- Host: GitHub
- URL: https://github.com/technius/play-with-scalajs-example
- Owner: Technius
- License: mit
- Created: 2015-02-07T20:59:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T21:12:42.000Z (almost 11 years ago)
- Last Synced: 2025-01-31T12:24:52.451Z (10 months ago)
- Language: Scala
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.