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

View File

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