Make installation compiler config easier to copy

This commit is contained in:
Daniel Compton 2018-01-25 21:29:43 +13:00
parent fc53c74385
commit 0126954bca
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@ If you are using leiningen, modify `project.clj` in the following ways. When puz
:source-paths ["src" "dev"]
:compiler {...
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}
:preloads [day8.re-frame.trace.preload]}}]}
:preloads [day8.re-frame.trace.preload]
}}]}
```
[cljs-devtools](https://github.com/binaryage/cljs-devtools) is not required to use re-frame-trace, but it is highly recommended.