A very simple tool to check modifications for a file and render a live preview (asciidoc
or markdown
).
To build a executable (fat) jar
just run sbt assembly
. This build the jar in target/scala-2.11
as MiLiVi-assembly-0.1.jar
.
This can be executed with a JRE 1.8+
.
See official documentation for more details.
- Use
-
Run
java_packager_gen.sh
to generate aall-in
bundle intarget/bundle
. This contains all (also JRE) which is necessary to run the application.