note about uberjar branch in docs
This commit is contained in:
parent
3e0fdffaa8
commit
4b9f4bc76a
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
||||||
## Creating Reloadable Uberjar'able App
|
## Creating Reloadable Uberjar'able App
|
||||||
|
|
||||||
|
This example lives in the `uberjar` branch. If you'd like to follow along:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git checkout uberjar
|
||||||
|
Switched to branch 'uberjar'
|
||||||
|
```
|
||||||
|
|
||||||
### App state
|
### App state
|
||||||
|
|
||||||
Here is an example [app](https://github.com/tolitius/mount/tree/uberjar/test/app) that has these states:
|
Here is an example [app](https://github.com/tolitius/mount/tree/uberjar/test/app) that has these states:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue