Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/technius/play-with-scalajs-example
- Owner: Technius
- License: mit
- Created: 2015-02-07T20:59:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-07T21:12:42.000Z (over 9 years ago)
- Last Synced: 2023-03-16T04:05:38.850Z (over 1 year ago)
- Language: Scala
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- 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.