summaryrefslogtreecommitdiff
path: root/build.boot
diff options
context:
space:
mode:
Diffstat (limited to 'build.boot')
-rw-r--r--build.boot6
1 files changed, 6 insertions, 0 deletions
diff --git a/build.boot b/build.boot
index 4384fc8..ed1f242 100644
--- a/build.boot
+++ b/build.boot
@@ -6,6 +6,7 @@
[compojure "1.5.1"]
[hoplon/castra "3.0.0-alpha5"]
[hoplon "6.0.0-alpha17.amatus0"]
+ [net.sf.expectit/expectit-core "0.8.2"]
[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.170"]
[org.clojure/tools.nrepl "0.2.12" :scope "test"]
@@ -37,6 +38,11 @@
:reload true
:port 8000)))
+(deftask dev-repl
+ "Run clojure repl."
+ []
+ (repl))
+
(deftask prod
"Build tankputer for production deployment."
[]