https://github.com/atnos-org/eff
Raw File
Tip revision: 445707fa2d5ab9f890223d39b6c96f7e9fffa498 authored by Eric Torreborre on 19 May 2016, 11:46:10 UTC
added missing notes
Tip revision: 445707f
DEV.md
# Development notes

How to release the user guide:
```
sbt> project effJVM
sbt> testOnly *index* -- html.nostats html.outdir target/site html
sbt> testOnly *site* -- html.nostats html.outdir target/site html
sbt> project root
sbt> makeSite
sbt> ghpagesPushSite
```
back to top