open-bounty/env
Oliver Martell 985f723c7c [Fix #306] Add support for reloading code
This adds `clojure.tools.namespace` to be able to reload code. It's a better
alternative to `reload-all` as outlined
[here](https://github.com/clojure/tools.namespace#reloading-code-motivation)
and [here](https://github.com/tolitius/mount#the-importance-of-being-reloadable).

If you run:
- `refresh` will reload all changed namespaces with their latest definition.
- `reset` will stop the current system first, then refresh, and restart the
dependencies.
2018-02-21 13:25:36 +01:00
..
dev [Fix #306] Add support for reloading code 2018-02-21 13:25:36 +01:00
prod Prod log-level debug -> info 2017-11-08 09:10:29 +02:00
test/resources UX improvements + address validation 2017-02-21 21:43:35 +02:00