From bae1cfdc77ae921de17bb5aa1547e04da1308ea1 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 15 Sep 2016 15:11:58 -0700 Subject: [PATCH] Alter release node config to be a bit more human-readable. --- project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e80272f1..3089b31b 100644 --- a/project.clj +++ b/project.clj @@ -38,7 +38,9 @@ :output-to "release-node/datomish.bare.js" :output-wrapper false :parallel-build true - :pretty-print false + :pretty-print true + :pseudo-names true + :static-fns true :target :nodejs } :notify-command ["release-node/wrap_bare.sh"]}