From d446960264a60e825070594fa8ec94ff0c9cb8ca Mon Sep 17 00:00:00 2001 From: Dan Motzenbecker Date: Sun, 15 Nov 2015 23:56:16 -0500 Subject: [PATCH] use natal-shell --- resources/project.clj | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/resources/project.clj b/resources/project.clj index e008edf..0e11daf 100644 --- a/resources/project.clj +++ b/resources/project.clj @@ -6,9 +6,10 @@ :dependencies [[org.clojure/clojure "1.7.0"] [org.clojure/clojurescript "1.7.145"] [$REACT_INTERFACE$] - [org.omcljs/ambly "0.6.0"]] -:plugins [[lein-cljsbuild "1.1.0"]] -:cljsbuild {:builds {:dev {:source-paths ["src"] - :compiler {:output-to "target/out/main.js" - :output-dir "target/out" - :optimizations :none}}}}) + [org.omcljs/ambly "0.6.0"] + [natal-shell "0.1.0"]] + :plugins [[lein-cljsbuild "1.1.0"]] + :cljsbuild {:builds {:dev {:source-paths ["src"] + :compiler {:output-to "target/out/main.js" + :output-dir "target/out" + :optimizations :none}}}})