From 66f992efa716adaf13134066c1605757b95f3f26 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 3 Jul 2015 16:38:19 -0400 Subject: [PATCH] do static-fns optimization for cljs --- repl.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repl.clj b/repl.clj index 278074a..370b0aa 100644 --- a/repl.clj +++ b/repl.clj @@ -8,4 +8,5 @@ (cljs.repl/repl (cljs.repl.node/repl-env) :watch "src" - :output-dir "out") + :output-dir "out" + :static-fns true)