use natal-shell

This commit is contained in:
Dan Motzenbecker 2015-11-15 23:56:16 -05:00
parent 5be7eef7af
commit d446960264
1 changed files with 7 additions and 6 deletions

View File

@ -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}}}})