Commit 74b0db53 authored by Mathieu leclaire's avatar Mathieu leclaire

Update README.md

parent ef432cd3
...@@ -17,16 +17,10 @@ First, build the javascript: ...@@ -17,16 +17,10 @@ First, build the javascript:
```sh ```sh
$ cd scalaWUI $ cd scalaWUI
$ sbt $ sbt
> fullOptJS // Build the client JS files > go // Build the client JS files and move them to the right place
``` ```
Then move the generated js to the scalatra webapp directory (this operation should be done automatically and in a cleaner way to avoid to move some files in the server sources ...). Nevertheless, it gives the idea in the scope of this demo project. Then, start the server (in your previous sbt session):
```sh
$ cp client/target/scala-2.11/client-opt.js server/src/main/webapp/js/
```
Finally, start the server (in your previous sbt session):
```sh ```sh
> container:restart // Start the server > container:restart // Start the server
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment